Prerequisites:
- Ruby - The current version of ruby is defined here
- Yarn
Here are the steps to get started:
- Copy
.env.example
file to.env
withcp .env.example .env
and fill out the environment variables - Import your environment variables with
export $(cat .env | grep -v ^# | xargs)
- Run
bundle install
andyarn install
to install dependencies - Run
rails db:create
andrails db:migrate
to 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!