Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
congdv committed Sep 5, 2020
1 parent 62b3989 commit da34fb8
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
@@ -1,7 +1,7 @@
## Setting up development environment 🛠
- Install [postgreSQL](https://www.postgresql.org/) if you don't have it already and create a database named `imagify_development`.
- `git clone git@github.com:congdv/imagify.git`
- Create an empty `.env` by copying `/api/.env.example` contents into it, and fill in your database username and password.
- Create an empty `.env` by copying `.env.example` contents into it, and fill in your database username and password.
- `yarn && yarn start`
- App should now be running on `http://localhost:6004/`

Expand Down

0 comments on commit da34fb8

Please sign in to comment.