- ruby '2.6.5'
- rails '6.0.3.1'
To use the code:
-
Open Terminal and change the current working directory to the location where you want the cloned directory to be made.
-
Download the repository using the instruction.
-
In the command line go to the directory with the files downloaded:
cd cheatsheets
- Install all necessary gems:
bundle install
- Install all the dependencies listed within package.json in the local node_modules folder:
yarn install
- To run migrations:
bundle exec rails db:migrate
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Licensed under the MIT license.