Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 904 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 904 Bytes

Invictus 2021

Invictus Fest was conducted for the students of IITM BSc by Kaziranga, Namdapha and Wayanad houses from 28 August, 2021 to September 05, 2021

Steps to run the project on local system

  • 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 within invictus 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

How to generate a production build

  • 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.