Skip to content

ACM-VIT/explore.acmvit.in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,358 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACM GIF

ACM OCS Website 2025-26

The selections website for ACM OCS 2025-26

made-by-acm


Table of Contents


About

Write a compelling overview about the project: the problem it solves, the motivation, and what makes it unique. Include a short roadmap or key features if helpful.


Quick Start

# 1) Fork and clone
# Click Fork on GitHub, then:
 git clone https://github.com/<your-username>/<repo>.git
 cd <repo>

# 2) Create a branch
 git checkout -b feat/your-feature

# 3) Install dependencies
npm install

# 4) Run the project
npm run dev

Environment Variables

To enable Upstash-backed rate limiting for saving form responses, set:

UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=

If these are not set, rate limiting is disabled (useful for local dev).


Usage

Provide examples and code snippets showing how to use the project. Add screenshots or GIFs if applicable.

# examples
<your-cli> init
<your-cli> run

Contributing

We welcome contributions of all kinds! Please read our Contributing Guidelines to get started quickly and make your PRs count.


Submitting a Pull Request

  1. Fork the repository (top‑right on GitHub)
  2. Clone your fork locally:
    git clone <HTTPS-ADDRESS>
    cd <NAME-OF-REPO>
  3. Create a new branch:
    git checkout -b <your-branch-name>
  4. Make your changes and stage them:
    git add .
  5. Commit your changes:
    git commit -m "feat: your message"
  6. Push to your fork:
    git push origin <your-branch-name>
  7. Open a Pull Request and clearly describe what you changed and why. Link related issues (e.g., “Fixes #123”).

Authors

Authors:
Contributors:


Community & Conduct

By participating in this project, you agree to abide by our Code of Conduct.


Made with ❤️ by ACM‑VIT

Footer GIF

About

The website for ACM-VIT OCS 2025-26

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from ACM-VIT/template