https://github.com/marconlp/badge-generator
https://github.com/marconlp/badge-generator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marconlp/badge-generator
- Owner: MarconLP
- Created: 2025-05-25T16:01:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T21:57:01.000Z (12 months ago)
- Last Synced: 2025-07-03T05:37:03.629Z (12 months ago)
- Language: TypeScript
- Size: 525 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Badge generator
1. Move the exported `.csv` file into the `/data` folder named `tickets.csv`.
2. Run the convert script with `npm run convert` to generate a JSON file from that data.
3. Run the app using `npm run dev`.
4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the app.