No description
- TypeScript 93.2%
- CSS 6.3%
- VCL 0.2%
- HTML 0.2%
- Dockerfile 0.1%
| public | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| bun.lock | ||
| constants.ts | ||
| default.vcl | ||
| docker-compose.yml | ||
| Dockerfile | ||
| eslint.config.js | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| types.d.ts | ||
🐝 Beehive
🏁 Quick start
- Install dependencies:
npm install
- Run development server:
npm run dev
- Build for production:
npm run build
- Start production server locally:
npm run start
🐳 Docker
docker compose up --build
📂 Project structure (high level)
src/app- Next.js app routes and pagessrc/components- React componentssrc/hooks- custom hookssrc/utils- helper utilitiespublic- static assets and localized text