Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 836 Bytes

File metadata and controls

47 lines (30 loc) · 836 Bytes

Windows Setup

Instructions

Install packages

Ensure you have Node.js installed, then run these commands to install pnpm:

npm install -g pnpm

Clone repository and install dependencies

Navigate to your workspace and clone the repository, then install packages:

git clone https://github.com/hiero-ledger/hiero-website
cd hiero-website
pnpm install

Run Start Command

Run the following to start the local development server:

pnpm dev

You 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!

Run Build Command

To verify the production build works correctly on your machine:

pnpm build