Overview
This is an app hosted on Tailwind component, designed for learning purposes. It is not meant to replace TailwindUI. The app has a Main wrapper which stores categories and templates. It provides a way to generate components and templates using custom Rails generators. The app also uses a components.yml file for proper storage of data.
Features
- Customizable components and templates
- Easy to use Rails generators for creating categories and templates
- Storage of data in a components.yml file
- Error handling through issue reporting
Installation
To use this app, follow these steps:
- Clone the app repository.
- Run
bundle installto install required dependencies. - Set up the database by running
rails db:create db:migrate db:seed. - Start the webpack server with
../bin/webpack-dev-server. - Access the app at
localhost:3000.
Summary
This app hosted on Tailwind component provides a learning platform for creating and customizing components and templates. It utilizes Rails generators for easy generation of categories and templates. Data is stored in a components.yml file for efficient seeding. If any issues arise, users are encouraged to report them for resolution.