ethanmcneal / Streaks

2 stars 2 forks source link

Getting Started

TLDR: need to clone with a unique project name

  1. git clone git@github.com:ethanmcneal/Streaks.git
  2. cd
  3. bundle
  4. rails db:create
  5. cd client
  6. yarn

    to test

  7. rails s -p 3001
  8. cd client && yarn start