Welcome to Coretilla Frontend 🎉
This project is built for a Hackathon, focusing on performance, fast setup, and a smooth developer experience.
- Next.js – Modern React framework with SSR & SSG
- pnpm – Fast, disk space–efficient package manager
- TypeScript (optional) – Type safety & better DX
- Tailwind CSS (optional) – Rapid and consistent styling
Make sure you have Node.js (v18 or newer) and pnpm installed on your machine.
git clone https://github.com/username/coretilla-frontend.git
cd coretilla-frontendpnpm installpnpm devOpen in your browser:
http://localhost:3000
pnpm build
pnpm start- No
.envsetup required – Everything works out of the box. - Use
pnpmfor faster and more efficient dependency management.
MIT License – Feel free to use, modify, and share.