Intro brings your rails application to new feature introduction and step-by-step users guide.
This application is the intro demo
Clone this repository:
$ git clone git@github.com:jinhucheung/intro-demo.git
$ cd intro-demo
And then execute:
$ bundle install
Do migrate:
$ rails db:create
$ rails db:migrate
Then compile assets:
$ rails assets:precompile
$ ./bin/webpack-dev-server
Bug report or pull request are welcome.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
Please write unit test with your code if necessary.
The gem is available as open source under the terms of the MIT License.