Make sure you have the following installed:
git clone https://github.com/saurabh254/pinsphere.git
cd pinsphere/webappnpm installnpm run devThe app should now be running at http://localhost:5173/ (or another port if 5173 is occupied).
To create an optimized production build:
npm run buildThe build output will be in the dist/ folder.
To check for linting issues:
npm run lintTo format code:
npm run format