Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heiso/budget-calculator


https://github.com/heiso/budget-calculator

Last synced: 14 days ago
JSON representation

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
```