Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 243 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 243 Bytes

Base Rails

Standard Workflow

  1. Set up the project: bin/setup
  2. Start the web server by running bin/server.
  3. Navigate to your live application.
  4. As you work, remember to navigate to /git and commit often as you work.