Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/snowycoder/cutit

Cuts money using various pieces
https://github.com/snowycoder/cutit

Last synced: 5 days ago
JSON representation

Cuts money using various pieces

Awesome Lists containing this project

README

        

# Cut it!
Simple program that helps achieve a sum of money using different available cuts.

(if you have a better name or explaination, plz open an issue)

Visit it at https://rossilorenzo.dev/cutit/

## Project Setup

```sh
yarn
```

### Compile and Hot-Reload for Development

```sh
yarn dev
```

### Type-Check, Compile and Minify for Production

```sh
yarn build
```