This project is made using Vue.js. So make sure you have Node installed before deploying it locally.
cd frontend
npm install
npm run serve
- Vue.js for dividing the project into components for a larger team to contribute without git restrictions.
- AOS for the scrolling fade animations.
- Rellax.js for the content Parrallax.
- Vue Event Card for the event card animation.
- Dhruv Misra π
- Vaidesh Shankar π€
- Aakash Sangwan π΅
- Nipul Singal π¨βπ
- Sumit Bhagat π·ββοΈ
cd frontend
npm install
npm run build
This will create a dist folder with bundled js ,css and html files in it. Just serve these files over any server and the site would work.