Ensure you have Node.js installed, then run these commands to install pnpm:
npm install -g pnpmNavigate to your workspace and clone the repository, then install packages:
git clone https://github.com/hiero-ledger/hiero-website
cd hiero-website
pnpm installRun the following to start the local development server:
pnpm devYou should see output similar to this in your console:
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
Open http://localhost:3000 to see the project.
You have just set up the Hiero-Website locally!
To verify the production build works correctly on your machine:
pnpm build