A modern HR management system built with SvelteKit, Svelte 5, TypeScript, and Tailwind CSS, integrated with a Rust GraphQL backend.
# 1. Install mise (one-time)
curl https://mise.run | sh
# 2. Setup project
git clone <repo>
cd SvelteHR
mise install
cp .env.example .env # Fill in secrets
# 3. Start development
mise run dev
See mise tasks for all available commands.