Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

jinhucheung/intro-demo

Repository files navigation

Intro-demo

Intro brings your rails application to new feature introduction and step-by-step users guide.

This application is the intro demo

Installation

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

Contributing

Bug report or pull request are welcome.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)

Please write unit test with your code if necessary.

License

The gem is available as open source under the terms of the MIT License.