Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 338 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 338 Bytes

CPE-366: Team ToolTime

Team: Marcus Ortiz, Jason Stewart, Ben Voogd, Alan Yang

initial setup

clone the repo:

git clone [email protected]:tooltime/tooltime.git
cd tooltime

install the dependencies:

bundle install

local development

start delayed_job

rake jobs:work

start the server

rails server thin