- Fork this repo & Clone it
- Run
bun install
to install all the dependencies (or you can usenpm install
oryarn install
orpnpm install
as desired) - Start the development server using
bun dev
(ornpm run dev
oryarn dev
orpnpm dev
as desired)
.
├── README.md
├── bun.lockb
├── index.html
├── package.json
├── postcss.config.js
├── public
│ └── favicon.ico
├── src
│ ├── assets
│ ├── index.css
│ ├── main.tsx
│ ├── routes
│ │ ├── error-page.tsx
│ │ ├── home-page.tsx
│ │ ├── root.tsx
│ │ └── verify-attendance.tsx
│ └── vite-env.d.ts
├── tailwind.config.js
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts