Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 280 Bytes

File metadata and controls

10 lines (8 loc) · 280 Bytes

Design Inspiration Content Organizer

This is a rails application that helps us organize the api content for the NCW Design Inspiration Site.

Installation

bundle install rake db:migrate && rake db:seed

Run local server

rails server In cloud9: rails server -b $IP -p $PORT