Vespera AWS
Steps of setup (common for everyone):
- Open any folder in your laptop
- Open terminal and run following command (needs internet): git clone https://github.com/AmaanNaseh/vespera.git
- cd vespera
- npm install
- npm run start
* Note: Each person make 1 branch and upload code only in that branch:
- git branch yourName
- git checkout yourName
- Do changes in code
- git add .
- git commit -m "msg"
- For first time, use: git push --set-upstream yourName Other than that simply use: git push