Skip to content

Commit

Permalink
Update README_DEV.md, fix filename (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
VillePekka and Jaszkowic authored Jan 22, 2025
1 parent ecd8e6c commit ab73749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- Change directory to `giessdenkiez-de-postgres-api` repository, make sure you have checked out the `master` branch
- `nvm install && nvm use`
- `npm ci`
- `cp .env.sample .env`
- `cp .env.example .env`
- Load the `.env` file: `direnv allow`
- `npx supabase start` which will start a local [Supabase](https://supabase.com/) instance
- Now the Postgres database (and all other Supabase services) are running locally in Docker containers
Expand Down

0 comments on commit ab73749

Please sign in to comment.