Velvet Void UI Application Elements are powered by Eleventy with Nunjucks, Apexcharts, Tailwind CSS, Alpine.js, Tablar, and Vivus for a polished and engaging user experience.
Build static files
npm run build # Static files are outputed to ./dist
Start Local Server
npm run serve
Navigation to http:\localhost:8080
Build Tailwind
npx tailwindcss -i ./src/css/input.css -o ./src/css/main.css
# Watch and generate css
# npx tailwindcss -i ./src/css/input.css -o ./src/css/main.css --watch
Build Eleventy
npx @11ty/eleventy # Static files are outputed to ./dist
npx @11ty/eleventy --serve # Start local server
Navigation to http:\localhost:8080
Velvetviod is released under the MIT LICENSE, copyright © Garvey K. Snow.