Loading...

Loading, please wait...

Skillverse Excellence GATE Rank Predictor

Setup env and run pnpm run deploy

Get the project running and run a production-style build or deploy using pnpm.

  1. Environment: Copy .env.example to .env and set variables (API keys, DB_*, NEXT_PUBLIC_*, etc.). Never commit .env.
  2. Install: From project root run pnpm install. If you use npm, run npm install then pnpm import to switch, or use npm run deploy if the script exists.
  3. Build: Run pnpm run build (or pnpm build) to create the production bundle. Fix any env-related build errors by ensuring required vars are set in .env.
  4. Deploy script: If the project defines deploy in package.json, run pnpm run deploy. It may run build, run migrations, or upload to a server—follow the project README.

For static or frontend-only projects, pnpm run deploy might output to dist/ or out/ for you to upload to hosting (e.g. GitHub Pages or a VPS).

Ready to build your college final project?

Expert delivery with source code, report, PPT and 30% off for Skillverse Excellence users.

Explore projects