This is how to get Gruva running on your machine so that you're able to work on it.
Before getting started, login to clubhouse to generate an API key. You can do this from your account settings -> API key. Make a note of this token, it's a good idea to store it in your 1password.
git clone git@github.com:geckoboard/gruva.git
cd gruva
yarn
Create a new file in the /server
directory named .env
. Add the clubhouse API key to this file:
CLUBHOUSE_API_KEY=YOUR_API_KEY
cd server && yarn start
cd client && yarn start