/oikyotaan_2022

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Oikyotaan

ঐক্যতান - An annual event of NIT Silchar which is dedicated to the frolic and cultural celebration of the Bengali New Year.


Routes

  • / Landing page

Contribution

Steps of contributing to this repo.

Installations

  • git

Install git from here.

  • Nodejs

Make sure you have node installed. If not, install it from here. LTS version is preferred.

Fork this repo

Fork this repo and clone the forked repo in your PC.

git clone git@github.com:<YOUR_GITHUB_USERNAME>/oikyotaan_2022.git

Then cd into the folder and pull the dev branch.

git checkout -b dev
git pull origin dev

npm packages installation

Now install the npm packages using the following command

npm install

Running the project locally

To run the project locally, run the npm script

npm run dev

The project will be running on PORT 3000 (default) http://localhost:3000/

Now you call collaborate to the project. Make sure to use a descriptive commit message and PR.