https://github.com/cassiosantana/rails_learning_base
A simple starting point for experimenting with and implementing various features and gems in a Rails context.
https://github.com/cassiosantana/rails_learning_base
ffaker rails rspec tailwindcss
Last synced: 4 months ago
JSON representation
A simple starting point for experimenting with and implementing various features and gems in a Rails context.
- Host: GitHub
- URL: https://github.com/cassiosantana/rails_learning_base
- Owner: cassiosantana
- Created: 2024-07-26T00:40:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T12:18:38.000Z (over 1 year ago)
- Last Synced: 2025-06-03T12:02:05.539Z (about 1 year ago)
- Topics: ffaker, rails, rspec, tailwindcss
- Language: Ruby
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.

## Installation
1. **Install Project Dependencies:**
```bash
bundle install
```
2. **Install Tailwind CSS:**
```bash
./bin/rails tailwindcss:install
```
3. **Install Flowbite:**
```bash
npm install flowbite
```
4. **Building the Project:**
```bash
./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.