Skip to content

FinWave: open-source budgeting application Nuxt 3-based site

License

Notifications You must be signed in to change notification settings

FinWave-App/FinWave-Site

Repository files navigation

FinWave App Site

This is the landing site of a web application for financial accounting. The application is designed to help users track and manage their financial data.

Setup

Make sure to install the dependencies:

npm install

Development Server

Start the development server on http://localhost:3000

npm run dev