Hanish Rao
Pre-requisites
- Node.js or nvm installed.
pnpm
installed.
Getting Started
- 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
or pnpm install
-
Then, run the development server:
Open http://localhost:3000 with your browser to see the result.
How to Run e2e Test (in local machine)
- Build production with
pnpm build
, then run the production build using pnpm start
.
- Open another terminal (or new terminal tab, don’t cancel / close the production server), then run the test with
pnpm test:e2e
.
References:
- https://nextjs.org/docs/testing#playwright
- https://nextjs.org/docs/testing#running-your-playwright-tests