From 491df79b070d41ad67cd48e4e8fcba7f134cda6b Mon Sep 17 00:00:00 2001 From: GA Date: Wed, 20 Jul 2016 14:00:15 -0700 Subject: [PATCH] Add migration-running to Setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78025bd..5c6b4d3 100644 --- a/README.md +++ b/README.md @@ -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.