Prerequisites:
- Ruby - The current version of ruby is defined here
- Yarn
Here are the steps to get started:
- Copy
.env.examplefile to.envwithcp .env.example .envand fill out the environment variables - Import your environment variables with
export $(cat .env | grep -v ^# | xargs) - Run
bundle installandyarn installto install dependencies - Run
rails db:createandrails db:migrateto set up your local db - Start Rails endpoint with
rails server
Now you can visit localhost:3000 from your browser.
Please email me with any ideas, bugs, suggestions at team AT gramgram.app. Thanks!

