Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 2.24 KB

README.md

File metadata and controls

92 lines (66 loc) · 2.24 KB

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