docs: update how to setup freecodecamp locally (#36745)

pull/36752/head
Muhammad Bello 2019-09-03 06:44:59 +01:00 committed by Huyen Nguyen
parent 91dc86fbf0
commit fc5d44dc0d
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ Start the MongoDB server in a separate terminal:
> You can avoid having to start MongoDB every time by installing it as a background service.
> You can [learn more about it in their documentation for your OS](https://docs.mongodb.com/manual/administration/install-community/)
Next, let's seed the database. In this step, we run the below command that fills the MongoDB server with some initial data sets that are required by services. This include a few schemas, among other things.
Next, let's seed the database. In this step, we run the below command that fills the MongoDB server with some initial data sets that are required by services. These include a few schemas, among other things.
```sh
npm run seed