An open API service indexing awesome lists of open source software.

https://github.com/dammy001/account-dashboard-app


https://github.com/dammy001/account-dashboard-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# mono-account-app

## Description

Mono Expense App

## Installation

```bash
$ npm install -g pnpm
```

```bash
$ pnpm install
```

## Running the app

````bash
# development
$ pnpm dev

# build
$ pnpm build

## Test

```bash
# unit tests
$ pnpm test
````