Trading service for Animal Crossing: New Horizons
Development stopped, use Nookazon.com instead.
Ruby on Rails. A single-page React frontend may be implemented in the future depending on the complexity and performance of the UI.
- Install Ruby 2.6.3, Node, Yarn, and PostgreSQL
bundle
yarn
rake db:create db:migrate
rails server
For linting and faster tests:
rake
For slower system tests:
rake test:system
This Rails app is designed to be deployed on Heroku's default Ruby buildpack. master
will be auto-deployed, but you can also host your own fork with the free tier.