Skip to content

SinithH/SurfPal

Repository files navigation

SurfPal

Client setup

Install node v18.15

Go into the project folder

cd SurfPal
cd client

Install dependancies

npm i

Run the project

npm run dev
npm run dev:firefox (to serve in firefox)