An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![Barcoda](/public/sitemap.webp)

Modern barcode generator that combines sleek design with seamless functionality. Built on Next.js, Tailwind, and Shadcn for effortless customization.

## 🚀 Deploy your own

[![Deploy with Vercel](_deploy_vercel.svg)](https://vercel.com/new/clone?repository-url=https://github.com/KurutoDenzeru/barcoda) [![Deploy with Netlify](_deploy_netlify.svg)](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`.