Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 570 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 570 Bytes

generathor

Restorando restaurant static site generator.

Stack

Dependencies

Restorando database configured in config/database.yml

Running the project

  1. Install project dependencies

    bin/bundle install
  2. Run server on port 8000

    bin/rails s -p 8000
  3. Navigate to 127.0.0.1:8000