819 B
819 B
Krys4lide
Logiciel de pharmacie
Development
Prerequisites
- Rust
- Node.js
- npm
- TailwindCSS Standalone (Latest binaries)
- Make the binary available in your PATH as
tailwindcss
command
- Make the binary available in your PATH as
Setup
cargo install cargo-watch
Run
Run the webserver
cargo watch -x run
Run the TailwindCSS watcher
tailwindcss -i ./templates/assets/css/input.css -o ./assets/css/style.css --watch
Production
Build
tailwindcss -i ./templates/assets/css/input.css -o ./assets/css/style.css --minify
cargo build --release