Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heiso/budget-calculator
https://github.com/heiso/budget-calculator
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heiso/budget-calculator
- Owner: heiso
- Created: 2023-10-19T13:42:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T23:42:25.000Z (about 1 year ago)
- Last Synced: 2024-10-26T01:46:37.691Z (2 months ago)
- Language: TypeScript
- Homepage: https://budget-calculator.fly.dev/
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget-calculator · ![logo](./public/favicon-32x32.png)
## Install and first run
```bash
npm i
cp .env.tpl .env
npm run up
npm run log
```Then go to http://localhost:3000
## DevEnv actions
Start
```bash
npm run up
```Show logs
```bash
npm run log
```Stop
```bash
npm run down
```Restart
```bash
npm run restart
```Run Lint
```bash
npm run lint
```Run tests
```bash
npm run test
```