This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
This is a POC showcasing automation and assistance in generating QR Codes to pay your local taxes. (It is either to be hosted locally or on a dedicated server environment for now.)
- Tech
- Nextjs
- Puppeteer
- Typescript
- tailwind
- v0.dev
Make it a docker image and test it, or host it yourself by running
pnpm i && pnpm build && pnpm start