Logiciel de pharmacie
Go to file
2024-07-03 19:53:32 +02:00
assets/css chore: Setup tailwindcss using Standalone CLI 2024-07-03 19:53:32 +02:00
src chore: Setup tailwindcss using Standalone CLI 2024-07-03 19:53:32 +02:00
templates chore: Setup tailwindcss using Standalone CLI 2024-07-03 19:53:32 +02:00
.gitignore Initial commit 2024-07-01 22:22:50 +02:00
askama.toml chore: Setup tailwindcss using Standalone CLI 2024-07-03 19:53:32 +02:00
Cargo.toml chore: Setup tailwindcss using Standalone CLI 2024-07-03 19:53:32 +02:00
README.md chore: Setup tailwindcss using Standalone CLI 2024-07-03 19:53:32 +02:00
tailwind.config.js chore: Setup tailwindcss using Standalone CLI 2024-07-03 19:53:32 +02:00

Krys4lide

Logiciel de pharmacie

Development

Prerequisites

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