This README would normally document whatever steps are necessary to get the application up and running.
Requires ruby version 2.7.6
- Run
bundle installto setup the system. - Run
rails db:migrateto setup the database and seed initial category data. - Run
./bin/devto start the server and compile assets. Navigate tolocalhost:3000/orders/newto demo site.