Skip to content

chaincase-app/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.