Skip to content

michaelhthomas/firefly-iii-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Stargazers


Firefly III Svelte

Firefly III Svelte

A modern user interface for Firefly III, built with Svelte and SvelteKit.

View the demo · Report a bug · Request a feature · Ask questions

Getting Started

Node.js

  1. Install Firefly III

  2. Clone this repo

    git clone https://github.com/michaelhthomas/firefly-iii-svelte/
  3. Configure environment

    1. Copy .env.example to .env
    2. Update connection values for your Firefly III instance
  4. Install dependencies

    pnpm i
  5. Build application

    pnpm build
  6. Preview application

    pnpm preview

Development

  1. Clone this repo

    git clone https://github.com/michaelhthomas/firefly-iii-svelte/
  2. Configure environment

    1. Copy .env.example to .env
    2. Update connection values for your Firefly III instance
  3. Install dependencies

    pnpm i
  4. Start a development server

    pnpm run dev
    
    # or start the server and open the app in a new browser tab
    pnpm run dev -- --open

Releases

No releases published