Simple CC UI Kit example.
To build an example, run these commands:
tailwindcss -i ./input.css -o ./public/tailwind.css --minify
trunk build --release
cp public/tailwind.css dist/
cp public/favicon.ico dist/Also, you can build and deploy this example with Deployer:
deployer run buildThis pipeline requires to have leptos-fmt, tailwindcss and wasm-opt installed.
If you have cc-static-server located in Deployer Content Storage, you can start example via:
deployer run deploy