A modern user interface for Firefly III, built with Svelte and SvelteKit.
View the demo
·
Report a bug
·
Request a feature
·
Ask questions
Clone this repo
git clone https://github.com/michaelhthomas/firefly-iii-svelte/
Configure environment
.env.example
to .env
Install dependencies
pnpm i
Build application
pnpm build
Preview application
pnpm preview
Clone this repo
git clone https://github.com/michaelhthomas/firefly-iii-svelte/
Configure environment
.env.example
to .env
Install dependencies
pnpm i
Start a development server
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open