- Git clone the repo:
git clone https://github.com/HaughtCodeworks/rails-technical-challenge.git hcw-rails-challenge
- cd into the project:
cd hcw-rails-challenge
- install dependencies:
./bin/setup
- start the server:
rails s
- navigate to: http://localhost:3000/instructions to read the instructions for completing the challenge.
- run tests:
rake
- when you've completed the challenge, push the code to your own repo and let us know!