Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinawebdev/cheatsheets

A Ruby on Rails Cheatsheets Maker
https://github.com/tinawebdev/cheatsheets

bulma ckeditor4 rails6 ransack

Last synced: 6 days ago
JSON representation

A Ruby on Rails Cheatsheets Maker

Awesome Lists containing this project

README

        

# 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](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).

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

4. Install all necessary gems:
```
bundle install
```

5. Install all the dependencies listed within package.json in the local node_modules folder:
```
yarn install
```

6. 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](./LICENSE).