docs(bootstrap): remove the need for bootstrap

This commit is contained in:
Mrugesh Mohapatra 2018-10-28 14:07:55 +05:30 committed by mrugesh mohapatra
parent e491eebc58
commit 9fb0b57c26

View File

@ -86,7 +86,7 @@ You need to point your local clone to the `upstream` in addition to the `origin`
git remote -v
```
The output should be something like below:
The output should be something like below:
```shell
origin https://github.com/YOUR_USER_NAME/freeCodeCamp.git (fetch)
@ -134,9 +134,9 @@ npm -v
We regularly develop on popular and latest operating systems like macOS 10.12 or later, Ubuntu 16.04 or later and Windows 10. Its recommended to lookup your specific issue on resources like: Google, Stack Overflow or Stack Exchange. Chances are that someone has faced the same issue and there is already an answer to your specific query.
If you are on a different OS, and/or are still running into issues, reach out to [contributors community on our public forum](https://www.freecodecamp.org/forum/c/contributors) or the [Contributor's Chat room](https://gitter.im/freeCodeCamp/Contributors). We may be able to troubleshoot some common issues.
If you are on a different OS, and/or are still running into issues, reach out to [contributors community on our public forum](https://www.freeCodeCamp.org/c/contributors) or the [contributor's chat room](https://gitter.im/freeCodeCamp/Contributors).
We can't support you on GitHub, because software installation issues are beyond the scope of this project.
Please avoid creating GitHub issues for pre-requisite issues. They are out of the scope of this project.
### Installing dependencies
@ -166,15 +166,6 @@ The keys are not required to be changed, to run the app locally. You can leave t
You can leave the other keys as they are. Keep in mind if you want to use more services you'll have to get your own API keys for those services and edit those entries accordingly in the `.env` file.
Next lets, bootstrap the various services, i.e. the api-server, the client UI application, etc. You can [learn more about these services in this guide](#).
By bootstrapping you are tying the links between the services. They are semi-independent. Meaning, in production these services are deployed to their own locations, but while running locally you want them all to be available to you.
```shell
# Bootstrap all projects inside this repository
npm run bootstrap
```
### Start MongoDB
You will need to start MongoDB, before you can start the application: