Skip to content

hykeds/rrtetris

Repository files navigation

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

About

tetris app using ROR and angular

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published