Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Old reference to npm i command that is no longer needed.
  • Loading branch information
nh602 authored Nov 13, 2023
1 parent 0e30202 commit ec9245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Open source mobile web application to help Portland Indigenous Marketplace manag
## Startup
The `.env` files contains the environment variables that docker / the backend rely on to run. You should not need to change this.

Before launching, run `npm install` in both the backend and the frontend directory. Then, from the root directory, run `docker-compose up` to launch all three containers in attached view, or with the flag `-d` to run the containers in the background.
From the root directory, run `docker-compose up` to launch all three containers in attached view, or with the flag `-d` to run the containers in the background.

## Contribution Guide
Every feature you work on should have a corresponding issue on the github project. If you're about to start a feature and this isn't true, go make an issue and assign it to yourself! Every issue should have its own associated branch. Make sure that branch names briefly describes what changes are being implemented.
Expand Down

0 comments on commit ec9245c

Please sign in to comment.