Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 539 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 539 Bytes

after cloning the repo, run:

for the frontend:

cd frontend
npm install
npm run dev

the frontend should be accessible via: http://localhost:3000

for the backend:

cd backend
bundle install --gemfile
$env:EDITOR = "code --wait"
rails credentials:edit
rails server -p 3001

the backend should be accessible via: http://localhost:3001

after making any working changes to the backend, run:

cd backend
fly deploy

the real ones know where the backend api calls are made, so i won't say