WordFlow is a text editor with accountability. Instead of just telling writers how many words they've written, it measures the consistency of their typing, and generates a score based on their output. It encourages writers to keep writing by sharing their consistency with other users in real-time, and it helps build good habits by analyzing and keeping track of day-to-day writing output.
npm install
NPM should install bower dependencies automatically.
Follow these instructions to get Postgres up and running for the development and testing environments.
npm install -g sequelize-cli
Clone the repo
cd impromptu-sunset
npm install
grunt setup —user YOUR_MAC_USERNAME
grunt nodemon
be sure to change YOUR_MAC_USERNAME
to your actual Mac username
Follow these instructions if you want Karma to re-run the tests automatically on a file change.
npm install -g karma-cli
karma start
To run the tests after installing, simply type grunt test
into the command line from the root directly.
Check sequelize-cli for information on how to create migrations.
grunt deploy --prod (push to heroku)
grunt heroku-setup (runs migrations on heroku)