-
Install system dependencies
brew install rbenv rbenv-gemset postgres node yarnRun PostgreSQL if it's not running:
brew services start postgres -
Checkout source code
mkdir -p ~/Development git clone git@github.com:pawelniewie/zen2.git ~/Development/zen cd ~/Development/zen -
Install ruby version that we use
rbenv install -
Setup project
bin/setup
foreman start -f Procfile.dev
Edit .env file and add your own credentials after you create a user:
GRAPHIQL_USER=11110000b@gmail.com
GRAPHIQL_PASSWORD=passwordCheck [GraphQL.md] for sample payloads.