Skip to content

OpencodeNIT-R/project-hermes

Repository files navigation

Project Hermes

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.

Setup

pnpm install

Start the development server:

pnpm dev

Build

pnpm build
pnpm start

Linting and Formatting

Run ESLint manually:

pnpm lint

Format files with Prettier:

pnpm exec prettier --write .

ESLint and Prettier also run automatically on staged files during commits via Husky and lint-staged.

Contributing

git checkout -b your-branch-name
git add .
pnpm commit
git push

About

E-Cell Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published