Community-centric organization platform
- Ruby, version specified in .ruby-version
- Postgresql v11
- Clone the repository:
git clone [email protected]:zinc-technology/nourish.is.git
- Install dependencies:
bundle install
- Setup the database:
rake db:create db:migrate db:seed
- Start Rails server:
rails s
- Developer testing is done via unit tests and feature tests in the
spec/
folder. - Exploratory and usability testing is done on https://nourish-core-sandbox.herokuapp.com/
- Run
brew install geckodriver
to run system test