Overview

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

Releasing

Versioning

To create a new version of this library:

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 and the same command for whatever the new version is, eg static/rfui-x-y-z.css.
  4. Add routes back in to tailwind.config.ts.