https://github.com/jb3/label-generator
https://github.com/jb3/label-generator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jb3/label-generator
- Owner: jb3
- License: agpl-3.0
- Created: 2024-08-08T00:59:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T19:17:36.000Z (over 1 year ago)
- Last Synced: 2025-03-19T10:46:02.202Z (about 1 year ago)
- Language: TypeScript
- Size: 540 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick n' Easy Label Generator
This is a small Astro application to generate printable barcode labels.

## Setup
1. Clone the repository
2. Install the dependencies with `npm install`
3. Run the application with `npm run dev`
4. Navigate to the local server in your browser (usually `localhost:4321`)
## License
This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details.
Please familiarize yourself with the grants and limitations [here](https://choosealicense.com/licenses/agpl-3.0/) before using this software.