It is encouraged to use pnpm so the husky hooks can work properly.
pnpm install
You can start the server using this command in your project root:
pnpm dev
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying `src/app/page.tsx'.
This will start Docker Compose in watch mode, which will automatically sync your changes locally with your docker container.
docker compose watch
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying `src/app/page.tsx'.
- Fork the repository
- Clone your fork
- See Getting Started
- Create a new branch
- Make your changes
- Commit and push your changes
- Create a pull request
- Wait for your pull request to be reviewed and merged