floneum / floneum-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

floneum-site

Serve locally with:

npx tailwindcss -i ./input.css -o ./public/output.css
dx build --features web
cargo run --features server

Prepare an official build with:

npx tailwindcss -i ./input.css -o ./public/output.css
dx build --features web --release --skip-assets
cargo run --features prebuild --release

About

License:MIT License


Languages

Language:Rust 66.2%Language:CSS 30.8%Language:JavaScript 1.7%Language:HTML 1.3%