Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 441 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 441 Bytes

Development

Starting the app:

$ npm run dev

Less is used for the stylings. There is a grunt watch task for changes to less files:

$ grunt watch

Integration tests using selenium webdriver

needs selenium-server-standalone-2.37.0.jar in test/bin

$ npm run int

Prepare the db

geddy jake db:init environment=production
geddy jake db:migrate environment=production # until: (No migrations to run)