/slowroll

Primary LanguageRubyOtherNOASSERTION

SlowRoll

Built with

Backend

Frontend

Other tooling

How to develop locally

Spin up Rails server

  1. cd api
  2. bundle install
  3. bin/rails s

Spin up Vue frontend

  1. cd web
  2. yarn install
  3. yarn dev