https://github.com/kernel-sqz/label-sign-calculator
Calculate sign dimensions for label
https://github.com/kernel-sqz/label-sign-calculator
Last synced: 11 months ago
JSON representation
Calculate sign dimensions for label
- Host: GitHub
- URL: https://github.com/kernel-sqz/label-sign-calculator
- Owner: kernel-sqz
- License: unlicense
- Created: 2022-10-12T13:46:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T11:41:56.000Z (over 2 years ago)
- Last Synced: 2025-06-09T11:07:13.112Z (about 1 year ago)
- Language: JavaScript
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sign label calculator
This app calculates for you dimensions of warning signs that must be on alcoholic drinks.

## Run developer server
Be sure that you're in main directory
```bash
npm i
```
then
```bash
npm start
```
## Browser
Open browser and type localhost:3000
## License
[MIT](https://choosealicense.com/licenses/mit/)