Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git clone https://github.com/codeforamerica/citybook.git
npm install
```

Create a PostgreSQL databse named citybook, or edit the development block of `config/config.js` to the name of your database.
Create a PostgreSQL databse named citybook, or edit the development block of `config/config.js` to the name of your database. Run the database migrations to set it up: `node_modules/.bin/sequelize db:migrate`

### Development
Running in development mode enables WebpackDevServer hot-module-reloading on port 3000. Use port 8080 for testing back-end functionality.
Expand Down