diff --git a/README.md b/README.md index 7c9648e..ae5798a 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,15 @@ Every two weeks at 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 - - - - +1. Click the button below to deploy
+ + + +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 diff --git a/package-lock.json b/package-lock.json index 32ac8f2..30c9c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,8 @@ { - "requires": true, + "name": "build-a-thing-video", + "version": "1.0.0", "lockfileVersion": 1, + "requires": true, "dependencies": { "ajv": { "version": "6.12.5", diff --git a/package.json b/package.json new file mode 100644 index 0000000..db9c484 --- /dev/null +++ b/package.json @@ -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" +}