Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snowycoder/cutit
- Owner: SnowyCoder
- License: mit
- Created: 2023-08-01T18:00:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T11:25:45.000Z (over 1 year ago)
- Last Synced: 2024-11-12T09:14:22.949Z (2 months ago)
- Language: Vue
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```