This project uses: Angular CLI version 15.2.4. Bootstrap v5.3 Node v19.0.1 Npm @latest Git @latest
- Please install Git in your local machine following this guide https://www.geeksforgeeks.org/how-to-install-git-on-windows-command-line/
- Please install Npm and Node in your local following this guide https://www.freecodecamp.org/news/how-to-install-node-js-and-npm-on-windows-2/
- On desktop create a new folder with the name Workspace
- Right click on the folder of Workspace folder and click open in terminal
- Inside terminal type the command Type following one by one
- Type the following commands in your local terminal open in Workspace folder:
- git clone https://github.com/architbubber/IISC-ICWaR.git
- cd IISC-ICWaR
- git checkout archit
- npm i
- npm start
- Go to Browser and type https://localhost:4200/ *Note the address has Https and not Http
- git clone https://github.com/ICWaR/icwar.github.io.git
- git checkout development
- git branch new_branch_name
- git checkout new_branch_name
- Type "npm install" in terminal and enter.
- Make Changes in local
- Test & Verify Changes using "npm start" to start local server
- Type "npm run build" to build the output to docs folder
- Commit changes using sourcetree or any other git tool and push to remote.
- Raise a pull-request to development from github Website.
- Assign pull-request to a REVIEWER (example- Archit)