This repository contains the frontend code for Camban, powered by Next.js—which primarily includes React, TypeScript, and Tailwind CSS.
First, build the development Docker image.
make build-dev
Then, run it:
make run-dev
Open http://localhost:3000 with your browser to see the result.
Coming soon.
More information on our Code of Conduct can be found here.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- tailwindcss Documentation