Added google maps step
This commit is contained in:
@@ -6,13 +6,13 @@ The purpose of this project is to build a web application that enables subscribi
|
||||
|
||||
### Setup with npm commands
|
||||
|
||||
1. Run setup script
|
||||
1. Install packages
|
||||
`npm install`
|
||||
|
||||
2. Run setup script
|
||||
`npm run setup`
|
||||
this will create and run postgres image and then execute migrations
|
||||
|
||||
2. Install packages
|
||||
`npm install`
|
||||
|
||||
3. Run app
|
||||
`npm start` to run app without restart on changes or
|
||||
`npm run start-mon` to run app with automatic restart on code change
|
||||
|
||||
Reference in New Issue
Block a user