dscnitrourkela / project-oregano

HackNITR website repository

Home Page:https://hacknitr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starware

All Contributors

Contributors Forks Stargazers Issues MIT License


Logo

HackNITR 3.0

The official repository for the website of HackNITR 3.0

View Live Β· Report Bugs . Add Features

Table of Contents
  1. About The Project
  2. Built With
  3. Getting Started
  4. License
  5. DSC NIT Rourkela
  6. Starware
  7. Contributors

About The Project

HackNITR, one of the largest hackathons in India's eastern region, is a kind of hackathon that endeavours to bring and integrate talent, innovation, and creativity under one roof to build solutions for real-world problems using the latest technologies. It is organized by a bunch of tech enthusiasts from Developer Student Clubs (DSC) NIT Rourkela in collaboration with OpenCode, Opensource community, registered under the technical society of Student Activity Centre (SAC), NIT Rourkela.

Built With

Following technologies and libraries are used for the development of this website

Getting Started

To setup the project locally the steps below.

Prerequisites

  • Node.js

    # Homebrew
    brew install nodejs
    
    # Sudo apt
    sudo apt install nodejs
    
    # Packman
    pacman -S nodejs
    
    # Module Install
    dnf module install nodejs:<stream> # stream is the version
    
    # Windows (chocolaty)
    cinst nodejs.install
    
  • Yarn

  npm install --global yarn
  # Homebrew
  brew install git

  # Sudo apt
  apt-get install git

  # Packman
  pacman -S git

  # Module Install (Fedora)
  dnf install git

Contribution guidlines πŸŽƒ


Our Slack Community: Slack Invite

Contributions are welcome πŸŽ‰πŸŽ‰

Local Repository Setup

Please refer to the project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your local system
  3. Commit changes to your own separate branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE 1: Please abide by the Contributing Guidelines.

NOTE 2: Please abide by the Code of Conduct.

Running the project.

The project uses Yarn and not NPM. It is strictly advised to stick with Yarn so as to avoid dependency conflicts down the line.

## Checkout into the project client directory
cd client

## Install Dependencies
yarn install

## Run the Project
yarn develop

Following are the commands to remove/add new dependencies using yarn

## Add a new Package
yarn add package_name

## Remove an existing Package
yarn remove package_name

## Save Package as a Dev Dependency
yarn add -D package_name

License

Distributed under the MIT License. See LICENSE for more information.

DSC NIT Rourkela

DSC NIT Rourkela

Starware

dscnitrourkela/project-guava is Starware. This means you're free to use the project, as long as you star its GitHub repository. Your appreciation makes us grow and glow up. ⭐

Contributors ✨

Thanks goes to these wonderful people (emoji key):


DSC NIT Rourkela

πŸ“†

Abhibhaw Asthana

πŸ‘€ 🚧 πŸ’» πŸš‡ πŸ“†

Pritish Samal

πŸ’» 🚧 πŸ§‘β€πŸ« πŸ‘€ πŸ“†

Ritesh Patil

πŸ’» πŸ“– πŸ€” πŸ“† 🚧

Abel Mathew

πŸ’» πŸ›‘οΈ πŸš‡

Padmaja Bhol

πŸ’»

Ratnakar Sahoo

πŸ’»

Divya Sri Darimisetti

πŸ’»

sambit-sankalp

πŸ’»

Sonakshi Satpathy

πŸ’»

Astha Nayak

🚧 πŸ’» πŸ“– πŸ§‘β€πŸ« πŸ“‹ πŸ‘€ πŸ“†

Hemant Bajaj

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

About

HackNITR website repository

https://hacknitr.com

License:MIT License


Languages

Language:JavaScript 98.4%Language:CSS 1.6%Language:Shell 0.0%