https://github.com/marcus-rise/budget
Debit/credit tracker and planer
https://github.com/marcus-rise/budget
nextjs react serverless storybook
Last synced: 3 months ago
JSON representation
Debit/credit tracker and planer
- Host: GitHub
- URL: https://github.com/marcus-rise/budget
- Owner: Marcus-Rise
- Created: 2022-04-14T06:43:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T17:11:46.000Z (over 2 years ago)
- Last Synced: 2025-02-05T12:13:23.261Z (about 1 year ago)
- Topics: nextjs, react, serverless, storybook
- Language: TypeScript
- Homepage: https://budget.marcus-rise.dev
- Size: 996 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
```