Skip to content

pioneers/staff-bio-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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