- Node.js or nvm installed.
pnpm
installed.
- You can clone the repo directly from your terminal:
git clone https://github.com/Hyraze/Hyraze.github.io.git <YOUR_APP_NAME>
-
After cloning the project, run this command:
pnpm
orpnpm install
-
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- Build production with
pnpm build
, then run the production build usingpnpm start
. - Open another terminal (or new terminal tab, don't cancel / close the production server), then run the test with
pnpm test:e2e
.
References: