Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 665 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 665 Bytes

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

Use ruby v2.4.1

  • System dependencies

Configuration

Run:

bundle install

./bin/rails s

When doing development run this command in another terminal window:

./bin/webpack-dev-server

This builds the front end code and will be used by the Rails server. For production, it will be run once to compile the React code into javascript

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...