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.
-
Install Project Dependencies:
bundle install
-
Install Tailwind CSS:
./bin/rails tailwindcss:install
-
Install Flowbite:
npm install flowbite
-
Building the Project:
./bin/dev
If you wish to contribute to the project, feel free to open a pull request with your improvements and fixes. Your contributions are welcome!
This project is licensed under the MIT License.