Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 630 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 630 Bytes

🌳 Builders Garden

This is the repository containing the NextJS code for the Builders Garden website.

🌱 Getting Started

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.

🌿 Development

To start the development server, run the following command:

yarn dev # using yarn
npm run dev # using npm
pnpm dev # using pnpm

🌴 Deployment

The website is deployed using Vercel. Every push to the main branch will trigger a new deployment.