Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcus-rise/budget
- Owner: Marcus-Rise
- Created: 2022-04-14T06:43:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T17:11:46.000Z (over 1 year ago)
- Last Synced: 2023-08-05T18:25:36.964Z (over 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
```