Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 912 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 912 Bytes

Rails Learning Base

This repository serves as a foundation for exploring and learning new technologies integrated with Ruby on Rails. The main goal is to provide a simple starting point for experimenting with and implementing various features and gems in a Rails context.

image

Installation

  1. Install Project Dependencies:

       bundle install
  2. Install Tailwind CSS:

      ./bin/rails tailwindcss:install
  3. Install Flowbite:

      npm install flowbite
  4. Building the Project:

      ./bin/dev

Contributing

If you wish to contribute to the project, feel free to open a pull request with your improvements and fixes. Your contributions are welcome!

License

This project is licensed under the MIT License.