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 start
macOS:
brew services start postgresql
pg_ctl -D "D:\PSG_SQL\data" restart
followed by:
bundle install
rails db:setup
rails server
The 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.