3c539ba10b2b7c83ae6905ddd3e0acb61d69cbde
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
Description
Languages
Rust
85.8%
Vue
8.8%
TypeScript
2%
C
1.6%
HTML
1.2%
Other
0.6%