This is the repository containing the NextJS code for the Builders Garden website.
To get started, clone this repository and run yarn to install the dependencies.
yarnYou can use also other package managers like npm or pnpm.
To start the development server, run the following command:
yarn dev # using yarn
npm run dev # using npm
pnpm dev # using pnpmThe website is deployed using Vercel. Every push to the main branch will trigger a new deployment.