- Click the button above to create a new repo with this template
- Clone the repo into your local dev environment &
cdinto 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 -dto spin up Postgres & Redis - Run
rails sto spin up the Rails server - Run
./bin/webpack-dev-serverto spin up the Webpack Dev Server - Run
bundle exec sidekiqto spin up Sidekiq if needed
