Technical documentation will be put here, but if you're getting started, please refer to the wiki:
https://github.com/billfinn/experience-herschend/wiki
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby version: 2.4.2
- Rails version: 5.1.4
Install Gems: gem 'activeadmin' gem 'pg'
gem 'devise' gem 'cancancan' # or cancancan gem 'draper' gem 'pundit'
gem 'bootstrap-sass', '> 3.3.7'
gem 'jquery-rails'
gem 'ancestry'
gem 'paperclip'
gem 'ancestry-treeview'
gem 'font-awesome-rails'
gem 'active_model_serializers'
gem 'd3-rails'
gem "active_admin_import" , github: "Fivell/active_admin_import"
gem 'activerecord-import'
gem 'rchardet', '> 1.7'
gem 'pg_search'
gem 'active_admin_role'
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...