- Install Rails.
- Clone this repository.
git clone https://github.com/mluds/bluprint.git
- Install dependencies.
cd bluprint
bundle install
- Run the server.
rails server
- Visit
http://localhost:3000
in your web browser.
git clone https://github.com/mluds/bluprint.git
cd bluprint
bundle install
rails server
http://localhost:3000
in your web browser.