Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A simple starting point for experimenting with and implementing various features and gems in a Rails context.

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.

![image](https://github.com/user-attachments/assets/b334a3af-4835-4148-be46-e6cf9e081a1e)

## 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.