Skip to content

KasperLuna/Funds

Repository files navigation

Funds (formerly fih·nan·chee)

Finance Tracker WebApp

Conveniently track your finances with Funds: follow transactions and manage your financial accounts from one location across all your devices. Designed to work as a PWA.

Requirements

  1. VSCode for Development
  2. PNPM (package manager)

Getting Started

To begin development, you need to clone this repository and install dependencies.

git clone https://github.com/KasperLuna/Funds.git
cd Funds
pnpm install

Dev Dependencies

Installed via VSCode Extensions

  1. ESLint
  2. Prettier
  3. (Optional) Blockman

Running the App

The app's front and backend can be run concurrently (parallel) or individually.

Run Locally

pnpm run dev

The site will then start on localhost:3000.

Releases

No releases published

Packages

No packages published