SNTC Induction Website 2024 Installation Fork this repo & Clone it Run bun install to install all the dependencies (or you can use npm install or yarn install or pnpm install as desired) Start the development server using bun dev (or npm run dev or yarn dev or pnpm dev as desired) File Structure . ├── 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