issues
search
ethanmcneal
/
Streaks
2
stars
2
forks
source link
readme
Getting Started
TLDR: need to clone with a unique project name
git clone git@github.com:ethanmcneal/Streaks.git
cd
bundle
rails db:create
cd client
yarn
to test
rails s -p 3001
cd client && yarn start