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
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
-
...