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 withininvictus
folder - Go to the project folder using
cd invictus-react
- Install project dependencies using
npm install
- Make sure you have the
.env.development
file 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.production
file with all secret values present. - Run command
npm run build
- This will install all the build files in the
build
folder under the project.