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.