Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 314 Bytes

Staff Bio Website

A means to learn Ruby on Rails

Running Rails

  1. Install Docker (more OS specific instructions necessary)
  2. Enter the development environment with ./docker/run.sh from the repo directory
  3. Within the Docker environment run bundle exec rails serve
  4. Navigate to http://localhost:3000