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.
yarn
You 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 pnpm
The website is deployed using Vercel. Every push to the main
branch will trigger a new deployment.