Invictus Fest was conducted for the students of IITM BSc by Kaziranga, Namdapha and Wayanad houses from 28 August, 2021 to September 05, 2021
- Select a directory where you want to clone this project
- Run command
git clone git@github.com:Rahman24/invictus.git- This will install all the files withininvictusfolder - Go to the project folder using
cd invictus-react - Install project dependencies using
npm install - Make sure you have the
.env.developmentfile with all secret values present - Start local server using
npm start
- Make sure all your work is committed and pushed to main branch
- Make sure you have the
.env.productionfile with all secret values present. - Run command
npm run build - This will install all the build files in the
buildfolder under the project.