Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 348 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 348 Bytes

Ruby on rails React Tetris

Requirements

  • Ruby 2.7.4
  • NodeJS (v16), and npm
  • Heroku CLI
  • Postgresql

If cloning the project, to prepare and run:

bundle install
rails db:create
npm install --prefix client
rails s
npm start --prefix client

Run this command to start the Postgres service:

sudo service postgresql start