You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributor_docs/installation.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ _Note_: The installation steps assume you are using a Unix-like shell. If you ar
25
25
7. Install MongoDB and make sure it is running
26
26
* For Mac OSX with [homebrew](http://brew.sh/): `brew tap mongodb/brew` then `brew install mongodb-community` and finally start the server with `brew services start mongodb-community` or you can visit the installation guide here [Installation Guide For MacOS](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/)
27
27
* For Windows and Linux: [MongoDB Installation](https://docs.mongodb.com/manual/installation/)
28
-
<<<<<<< HEAD:contributor_docs/installation.md
29
28
8.`$ cp .env.example .env`
30
29
9. (Optional) Update `.env` with necessary keys to enable certain app behaviors, i.e. add Github ID and Github Secret if you want to be able to log in with Github.
31
30
10. Run `$ npm run fetch-examples` to download the example sketches into a user called 'p5'. Note that you need to configure your GitHub Credentials, which you can do by following the [Github API Configuration](#github-api-configuration) section.
@@ -34,16 +33,6 @@ _Note_: The installation steps assume you are using a Unix-like shell. If you ar
34
33
13. Navigate to [http://localhost:8000](http://localhost:8000) in your browser
35
34
14. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
36
35
15. Open and close the Redux DevTools using `ctrl+h`, and move them with `ctrl+w`
37
-
=======
38
-
7.`$ cp .env.example .env`
39
-
8. (Optional) Update `.env` with necessary keys to enable certain app behaviours, i.e. add Github ID and Github Secret if you want to be able to log in with Github.
40
-
9. Run `$ npm run fetch-examples` to download the example sketches into a user called 'p5'. Note that you need to configure your GitHub Credentials, which you can do by following the [Github API Configuration](#github-api-configuration) section.
41
-
10. Enable Prettier in your text editor by following [this guide](https://prettier.io/docs/en/editors.html).
42
-
11.`$ npm start`
43
-
12. Navigate to [http://localhost:8000](http://localhost:8000) in your browser
44
-
13. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
45
-
14. Open and close the Redux DevTools using `ctrl+h`, and move them with `ctrl+w`
@@ -64,16 +52,6 @@ Note that this takes up a significant amount of space on your machine. Make sure
64
52
6. (Optional) Update `.env` with necessary keys to enable certain app behavoirs, i.e. add Github ID and Github Secret if you want to be able to log in with Github.
65
53
7.`$ docker-compose -f docker-compose-development.yml run --rm app npm run fetch-examples` - note that you need to configure your GitHub Credentials, which you can do by following the [Github API Configuration](#github-api-configuration) section.
66
54
8. Enable Prettier in your text editor by following [this guide](https://prettier.io/docs/en/editors.html).
5. (Optional) Update `.env` with necessary keys to enable certain app behaviours, i.e. add Github ID and Github Secret if you want to be able to log in with Github.
74
-
6.`$ docker-compose -f docker-compose-development.yml run --rm app npm run fetch-examples` - note that you need to configure your GitHub Credentials, which you can do by following the [Github API Configuration](#github-api-configuration) section.
75
-
7. Enable Prettier in your text editor by following [this guide](https://prettier.io/docs/en/editors.html).
0 commit comments