ぼざクリタグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

342 B

Commands

Backend

cd backend
bundle install
bundle exec rails db:migrate
bundle exec rspec
bundle exec rails routes

Frontend

cd frontend
npm install
npm run dev
npm run build
npm run lint
npm test

Full verification

cd backend && bundle exec rspec
cd ../frontend && npm run build && npm run lint