From 56ff5d0c0651b7ec4853a18249e7c2e5989f1e78 Mon Sep 17 00:00:00 2001 From: Lauren McCarthy Date: Tue, 12 Jul 2016 18:23:57 +1000 Subject: [PATCH 1/6] readme --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a940d0e5..ad3e0be6 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ This project is currently in the early stages of development! It will definitely 2. `$ npm install` 3. Install MongoDB and make sure it is running 4. Create a file called `.env` in the root of this directory that looks like -```bash -MONGO_URL=mongodb://localhost:27017/p5js-web-editor -PORT=8000 -SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production -``` -Or, if you don't want to do that, just ask me to send you mine. + ```bash + MONGO_URL=mongodb://localhost:27017/p5js-web-editor + PORT=8000 + SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production + ``` + Or, if you don't want to do that, just ask me to send you mine. 5. `$ npm start` 6. Navigate to (http://localhost:8000)[http://localhost:8000] in your browser 7. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en). @@ -24,12 +24,12 @@ Or, if you don't want to do that, just ask me to send you mine. 2. `$ npm install` 3. Install MongoDB and make sure it is running 4. Create a file called `.env` in the root of this directory that looks like -```bash -MONGO_URL=mongodb://localhost:27017/p5js-web-editor -PORT=8000 -SESSION_SECRET=make_this_a_long-random_string_like_maybe_126_characters_long -``` -Or, if you don't want to do that, just ask me to send you mine. + ```bash + MONGO_URL=mongodb://localhost:27017/p5js-web-editor + PORT=8000 + SESSION_SECRET=make_this_a_long-random_string_like_maybe_126_characters_long + ``` + Or, if you don't want to do that, just ask me to send you mine. 5. `$ npm run build` 6. `$ npm run start:prod` From 8753c891bb62c2f8915aefaba611ac10464d1058 Mon Sep 17 00:00:00 2001 From: Lauren McCarthy Date: Tue, 12 Jul 2016 18:24:58 +1000 Subject: [PATCH 2/6] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad3e0be6..a7caf3dd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project is currently in the early stages of development! It will definitely ``` Or, if you don't want to do that, just ask me to send you mine. 5. `$ npm start` -6. Navigate to (http://localhost:8000)[http://localhost:8000] in your browser +6. Navigate to [http://localhost:8000](http://localhost:8000) in your browser 7. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en). 8. Open and close the Redux DevTools using `ctrl+h`, and move them with `ctrl+w` From 74734035648e64d1cc1a03e7fe9119305ae621a7 Mon Sep 17 00:00:00 2001 From: Lauren McCarthy Date: Mon, 1 Aug 2016 18:26:53 +1000 Subject: [PATCH 3/6] formatting readme --- README.md | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 34910999..e10357b7 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,15 @@ This project is currently in the early stages of development! It will definitely 2. `$ npm install` 3. Install MongoDB and make sure it is running 4. Create a file called `.env` in the root of this directory that looks like -```bash -MONGO_URL=mongodb://localhost:27017/p5js-web-editor -PORT=8000 -SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production -AWS_ACCESS_KEY= -AWS_SECRET_KEY= -S3_BUCKET= -``` -Or, if you don't want to do that, just ask me to send you mine. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. - + ```bash + MONGO_URL=mongodb://localhost:27017/p5js-web-editor + PORT=8000 + SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production + AWS_ACCESS_KEY= + AWS_SECRET_KEY= + S3_BUCKET= + ``` + Or, if you don't want to do that, just ask me to send you mine. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. 5. `$ npm start` 6. Navigate to (http://localhost:8000)[http://localhost:8000] in your browser 7. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en). @@ -28,16 +27,15 @@ Or, if you don't want to do that, just ask me to send you mine. Refer to [this g 2. `$ npm install` 3. Install MongoDB and make sure it is running 4. Create a file called `.env` in the root of this directory that looks like -```bash -MONGO_URL=mongodb://localhost:27017/p5js-web-editor -PORT=8000 -SESSION_SECRET=make_this_a_long-random_string_like_maybe_126_characters_long -AWS_ACCESS_KEY= -AWS_SECRET_KEY= -S3_BUCKET= -``` -Or, if you don't want to do that, just ask me to send you mine. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. - + ```bash + MONGO_URL=mongodb://localhost:27017/p5js-web-editor + PORT=8000 + SESSION_SECRET=make_this_a_long-random_string_like_maybe_126_characters_long + AWS_ACCESS_KEY= + AWS_SECRET_KEY= + S3_BUCKET= + ``` + Or, if you don't want to do that, just ask me to send you mine. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. 5. `$ npm run build` 6. `$ npm run start:prod` From 111faeae68b5ef670ee5eb5b4b5251f50ba9e09a Mon Sep 17 00:00:00 2001 From: Lauren McCarthy Date: Mon, 1 Aug 2016 18:27:31 +1000 Subject: [PATCH 4/6] formatting readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e10357b7..d6bcb076 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This project is currently in the early stages of development! It will definitely 2. `$ npm install` 3. Install MongoDB and make sure it is running 4. Create a file called `.env` in the root of this directory that looks like + ```bash MONGO_URL=mongodb://localhost:27017/p5js-web-editor PORT=8000 @@ -27,6 +28,7 @@ This project is currently in the early stages of development! It will definitely 2. `$ npm install` 3. Install MongoDB and make sure it is running 4. Create a file called `.env` in the root of this directory that looks like + ```bash MONGO_URL=mongodb://localhost:27017/p5js-web-editor PORT=8000 From 967231e73e1e1dc320cc3d67e2b28d5fc7695b32 Mon Sep 17 00:00:00 2001 From: Lauren McCarthy Date: Mon, 1 Aug 2016 18:28:43 +1000 Subject: [PATCH 5/6] formatting readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6bcb076..3261872e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project is currently in the early stages of development! It will definitely 3. Install MongoDB and make sure it is running 4. Create a file called `.env` in the root of this directory that looks like - ```bash + ``` MONGO_URL=mongodb://localhost:27017/p5js-web-editor PORT=8000 SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production @@ -29,7 +29,7 @@ This project is currently in the early stages of development! It will definitely 3. Install MongoDB and make sure it is running 4. Create a file called `.env` in the root of this directory that looks like - ```bash + ``` MONGO_URL=mongodb://localhost:27017/p5js-web-editor PORT=8000 SESSION_SECRET=make_this_a_long-random_string_like_maybe_126_characters_long @@ -37,6 +37,7 @@ This project is currently in the early stages of development! It will definitely AWS_SECRET_KEY= S3_BUCKET= ``` + Or, if you don't want to do that, just ask me to send you mine. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. 5. `$ npm run build` 6. `$ npm run start:prod` From 9215694ee0b608d3ab1f87621bdad2a5e063e66b Mon Sep 17 00:00:00 2001 From: Lauren McCarthy Date: Mon, 1 Aug 2016 18:43:22 +1000 Subject: [PATCH 6/6] minor readme link edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3261872e..971d5de1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This project is currently in the early stages of development! It will definitely ``` Or, if you don't want to do that, just ask me to send you mine. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. 5. `$ npm start` -6. Navigate to (http://localhost:8000)[http://localhost:8000] in your browser +6. Navigate to [http://localhost:8000](http://localhost:8000) in your browser 7. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en). 8. Open and close the Redux DevTools using `ctrl+h`, and move them with `ctrl+w`