First, run install all the dependencies:
npm install
# or
yarn
# or
pnpm
# or
bun
After that, you can run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
The project is structured as follows:
ui
- contains all the components and styles
To learn more about our tech stack, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Tailwind CSS Documentation - learn about Tailwind CSS features and API.
- React Documentation - learn about React features and API.
- TypeScript Documentation - learn about TypeScript features and API.
- Jest Documentation - learn about Jest features and API.
- Testing Library Documentation - learn about Testing Library features and API.