Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
js0mmer authored Dec 8, 2024
1 parent 7113666 commit 57a2860
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 @@ -76,7 +76,7 @@ git clone https://github.com/<your username>/peterportal-client

4. Run `pnpm install` to install all node dependencies for the site and API. This may take a few minutes.

5. Rename the `.env.example` file in the api directory to `.env`. This includes the minimum environment variables needed for running the backend.
5. Make a copy of the `.env.example` file in the api directory and name it `.env`. This includes the minimum environment variables needed for running the backend.

6. (Optional) Set up your own PostgreSQL database and Google OAuth to be able to test features that require signing in such as leaving reviews or saving roadmaps to your account. Add additional variables/secrets to the .env file from the previous step.

Expand Down

0 comments on commit 57a2860

Please sign in to comment.