Skip to content

Commit

Permalink
Added setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lewis committed Oct 2, 2020
1 parent c3511d3 commit 4a918e2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ Every two weeks at <https://twitch.tv/vonagedevs> at 6PM UK-time, we continue de
1. Set up a MongoDB Project and Cluster
1. Create a Database called `bat` and a Collection called `sesions`
1. Allow Network Access From Anywhere in the MongoDB UI
1. Click the button below to deploy

<a href="https://app.netlify.com/start/deploy?repository=https://github.com/nexmo-community/build-a-thing-video">
<img src="https://www.netlify.com/img/deploy/button.svg">
</a>
1. Click the button below to deploy<br><a href="https://app.netlify.com/start/deploy?repository=https://github.com/nexmo-community/build-a-thing-video">
<img src="https://www.netlify.com/img/deploy/button.svg">
</a>

1. Install the Netlify CLI and Login
1. Clone your new repostiory created by clicking the button above
1. Run `netlify init` and connect your local project to your Netlify application
1. Run `npm install`
1. Run `netlify dev` - the project will be running on port 8888 unless it is already in use

## Code of Conduct

Expand Down
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "build-a-thing-video",
"version": "1.0.0",
"description": "![Vonage](.github/vonage.png)",
"main": "index.js",
"dependencies": {
"mongodb": "^3.6.2",
"opentok": "^2.10.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nexmo-community/build-a-thing-video.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nexmo-community/build-a-thing-video/issues"
},
"homepage": "https://github.com/nexmo-community/build-a-thing-video#readme"
}

0 comments on commit 4a918e2

Please sign in to comment.