/vweb-daisyui

A basic template allowing the use of daisyUI for use with a Vweb Server.

Primary LanguageCSS

vweb-daisyui

Be sure to have npm installed, next run:

npm i -D daisyui@latest

To install daisyUI. Then install postcss-cli for compiling CSS files:

npm i postcss-cli

Finally, to run the server in a live reload 'dev' mode.

(Ensure file permissions are set as executable)

./run-dev.sh

To run the server in 'static' mode (Without live reload).

./run.sh