Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 823 Bytes

File metadata and controls

35 lines (29 loc) · 823 Bytes

chaincase.cash

Our website runs on UX, Rails, Haml, Sass, and Love

How to Run for Development

Prerequisites:

Run the following:

From within the cloned repository

Start postgres daemon: linux:

service postgresql start

macOS:

brew services start postgresql

windows:

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.