Start development

Prerequisites

Ensure the following tools are installed on your system:

  • Node.js v22.13

  • yarn

Setup Steps

# Clone the repository
git clone [email protected]:Zigbee-Student-Developers-Club/zigbee-website.git

# Navigate into the project
cd zigbee-website

# Install dependencies
yarn install

# Run the development server
yarn dev

Once the server is running, open:

👉 http://localhost:3000

The app supports hot reload, so the page will automatically update as you edit files like src/app/page.tsx.