Official website of the ASME Chapter of NIT Rourkela, built and maintained by OpenCode, the official Open Source and Cybersecurity Club of NIT Rourkela.
Note: This website is under active development. A "Coming Soon" landing page is served at
/.
All development takes place at/playground.
- React + Vite β Lightning-fast UI development
- Tailwind CSS β Utility-first styling
- React Router β Routing system
- Prettier + ESLint + Husky β Code quality and consistency
- GitHub Actions β CI/CD pipeline
- Netlify β Deployment platform
Requires Node.js β₯ 18 and npm
# Clone the repo
git clone https://github.com/OpencodeNIT-R/project-talos.git
cd project-talos
# Install dependencies
npm install
# Start development server
npm run devproject-talos/
βββ .github/workflows/ # GitHub Actions workflow
β βββ ci.yml
βββ .husky/ # Pre-commit hooks
βββ public/ # Static assets
βββ src/
β βββ components/ # UI components
β β βββ playground/ # Components under active development
β β βββ shared/ # Reusable components
β βββ pages/
β β βββ landing-page/ # Public home page
β β βββ playground/ # Route-based development space
β βββ App.jsx
β βββ main.jsx
β βββ index.css
βββ .eslint*
βββ .prettier*
βββ .gitignore
βββ vite.config.js
βββ package.json
βββ index.html
βββ LICENSE
βββ README.md
We welcome all contributions β code, design, docs, or ideas!
Please read our CONTRIBUTING.md for detailed guidelines on:
- Setting up the project locally
- Commit message conventions
- Formatting and linting
- Pull request process
You can also open issues to suggest features or report bugs.
- π Report a Bug
- π Request a Feature
For queries, reach out to @OpencodeNIT-R
Licensed under the MIT License
Architected with β€οΈ by OpenCode, NIT Rourkela