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
- Copy
.env.example
to.env
- Update connection values for your Firefly III instance
- Copy
-
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
- Copy
.env.example
to.env
- Update connection values for your Firefly III instance
- Copy
-
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