ঐক্যতান - An annual event of NIT Silchar which is dedicated to the frolic and cultural celebration of the Bengali New Year.
/
Landing page
Steps of contributing to this repo.
- 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 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
Now install the npm packages using the following command
npm install
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.