adamzerner / rfui

A clean and simple component library for Preact projects
https://rfui.deno.dev/
MIT License
4 stars 0 forks source link

Overview

Webite: https://rfui.deno.dev/

Note: Anyone is welcome to use RFUI. However, consider that I am my own target audience for this project and I am not looking to support others. It probably will always remain this way, but it's possible that I look to target a wider, public audience in the future.

Releasing

Versioning

To create a new version of this library (be sure to follow semantic versioning):

Generating the Tailwind CSS file

Here's the process:

  1. Download the tailwindcss executable by following these instructions.
  2. Go to tailwind.config.ts and remove routes since that directory is just for the documentation, not for code that will be used by library users.
  3. Run ./tailwindcss -i static/app.css -o static/rfui.css --minify
  4. Add routes back in to tailwind.config.ts (it was removed in step one).