Official website for the E-Cell of NIT Rourkela, built by OpenCode, the institute’s official open-source and cybersecurity club. The platform represents E-Cell’s initiatives in startups, innovation, and entrepreneurship.
pnpm installStart the development server:
pnpm devpnpm build
pnpm startRun ESLint manually:
pnpm lintFormat files with Prettier:
pnpm exec prettier --write .ESLint and Prettier also run automatically on staged files during commits via Husky and lint-staged.
git checkout -b your-branch-name
git add .
pnpm commit
git push