Home page for Pandesal.dev.
Built with TypeScript and Next.
- nvm
- pnpm
Note: Navigate to the project directory before running these commands.
- Select the project's Node version:
nvm
- Install the project's dependencies using pnpm:
pnpm i
- Run the project in development mode:
Go to
pnpm dev
http://localhost:3000
to view the project.
- We follow Conventional Commits when naming our commits. It is highly recommended to observe this convention for compability with the rest of the project's tools.
- Keep commits short and contained. This helps introducing changes easier by avoiding conflicts.