Grab the repo
git clone https://github.com/Strider-CD/strider.git && cd strider
git checkout --track origin/1_4_refactor
npm install
make serve
Done!
Some environment variables for quick configuration (listed w/ defaults):
GITHUB_API_ENDPOINT='https://api.github.com'
DB_URI='mongodb://localhost/strider-foss'
GITHUB_APP_ID="an app id that expects you to be on localhost"
GITHUB_SECRET="the secret"
SERVER_NAME="http://localhost:3000"
PORT=3000