Our website runs on UX, Rails, Haml, Sass, and Love
Prerequisites:
- ruby 2.6.0 (install via RVM)
- PostgreSQL
- bundler (
$ gem install bundle)
From within the cloned repository
Start postgres daemon: linux:
service postgresql startmacOS:
brew services start postgresqlpg_ctl -D "D:\PSG_SQL\data" restartfollowed by:
bundle install
rails db:setup
rails serverThe server will be running on localhost:3000. Access via the browser. Changes will be hot-swapped when saved and reflected in the browser on refresh.