Website for Pulse Browser
- Install Node version 16.0.0 or higher
- Clone repository locally
- Install dependencies:
npm i --include=dev
- Run
next build
to build the project - Run
npm run dev
to run the project - Go to
localhost:3000
to view the project
Website for Pulse Browser
npm i --include=dev
next build
to build the projectnpm run dev
to run the projectlocalhost:3000
to view the project