Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Mar 3, 2024
2 parents 78ce2c9 + d792a7e commit 9481c4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ Please report any security vulnerabilities using GitHub's security tab on the re
- [Windows](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/)
- [Mac](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/)
- [Linux](https://docs.mongodb.com/manual/administration/install-on-linux/)
2. Run `npm i`. if this doesn't work run it with --force
3. Run `npm run dev` to start the server in development mode.
2. Run `mongod` to start mongodb
3. Run `npm i`. if this doesn't work run it with --force
4. Run `npm run dev` to start the server in development mode.

## Deployment

Expand Down

0 comments on commit 9481c4e

Please sign in to comment.