Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcus-rise/budget

Debit/credit tracker and planer
https://github.com/marcus-rise/budget

nextjs react serverless storybook

Last synced: 25 days ago
JSON representation

Debit/credit tracker and planer

Awesome Lists containing this project

README

        

# Budget

## Requirements

- `yarn`

## Preparation

- Copy `.env.example` as `.env`
- Pass `API_URL` value (project: https://github.com/Marcus-Rise/budget-api)

## Local run

- Install dependencies

```shell
yarn install
```

- Run local dev server

```shell
yarn dev
```

## Storybook

```shell
yarn storybook
```