https://github.com/kurutodenzeru/barcoda
Modern barcode generator that combines sleek design with seamless functionality. Built on Next.js, Tailwind, and Shadcn for effortless customization.
https://github.com/kurutodenzeru/barcoda
barcode nextjs shadcn-ui tailwindcss
Last synced: 1 day ago
JSON representation
Modern barcode generator that combines sleek design with seamless functionality. Built on Next.js, Tailwind, and Shadcn for effortless customization.
- Host: GitHub
- URL: https://github.com/kurutodenzeru/barcoda
- Owner: KurutoDenzeru
- Created: 2024-12-06T07:19:48.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T15:49:10.000Z (about 2 months ago)
- Last Synced: 2025-03-28T16:38:37.391Z (about 2 months ago)
- Topics: barcode, nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://barcoda.vercel.app
- Size: 514 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Modern barcode generator that combines sleek design with seamless functionality. Built on Next.js, Tailwind, and Shadcn for effortless customization.
## 🚀 Deploy your own
[](https://vercel.com/new/clone?repository-url=https://github.com/KurutoDenzeru/barcoda) [](https://app.netlify.com/start/deploy?repository=https://github.com/KurutoDenzeru/barcoda)
## 💻 Commands
All commands are run from the root of the project, from a terminal:
Replace npm with your package manager of choice. `npm`, `pnpm`, `yarn`, `bun`, etc
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun run dev` | Starts local dev server at `localhost:4321` |
| `bun run dev:network` | Starts dev server on local network |
| `bun run sync` | Generates TypeScript types for all Astro modules.|
| `bun run build` | Build your production site to `./dist/` |
| `bun run preview` | Preview your build locally, before deploying |
| `bun run preview:network` | Starts preview server on local network |## Contributing
Contributions are always welcome!
See `Contributing.md` for ways to get started.
Please adhere to this project's `Code of Conduct`.