- Click the button above to create a new repo with this template
- Clone the repo into your local dev environment &
cd
into the new directory - Login to Font Awesome and find your 'Pro Package Token' (located here, more info here)
- Run
./bin/setup
- Find-and-replace "quickstart" (case-insensitive) with your app name
- Run
docker compose up -d
to spin up Postgres & Redis - Run
rails s
to spin up the Rails server - Run
./bin/webpack-dev-server
to spin up the Webpack Dev Server - Run
bundle exec sidekiq
to spin up Sidekiq if needed