Skip to content

tinawebdev/cheatsheets

Repository files navigation

Cheatsheets

Versions used

  • ruby '2.6.5'
  • rails '6.0.3.1'

Installation

To use the code:

  1. Open Terminal and change the current working directory to the location where you want the cloned directory to be made.

  2. Download the repository using the instruction.

  3. In the command line go to the directory with the files downloaded:

cd cheatsheets
  1. Install all necessary gems:
bundle install
  1. Install all the dependencies listed within package.json in the local node_modules folder:
yarn install
  1. To run migrations:
bundle exec rails db:migrate

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Licensed under the MIT license.

About

A Ruby on Rails Cheatsheets Maker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published