The 2022 website for team bi0s, made on NextJS React.
- Install Node.js
- Clone the repository
- Run
yarn installto install all dependencies - Run
yarn run devto start the development server
Using WebStorm is recommended for development.
Profiles of people featured on the /teams page are stored inside the /src/data folder, in the following files in
JSON like format -
advisors.ts- Advisorsalumni.ts- Alumnistudents.ts- Studentsstaff.ts- Staff
Simply modify these files following the existing format to update the content.
Achievements too are stored in the /src/data/achievements.ts file, in JSON like format.
For modifying rest of the content on the site, you will have to modify files inside the folder named after corresponding
page in the /src folder. For example, to modify the content on the /about page, you will have to modify the files
inside the /src/about folder.
- Run
yarn run buildto build the project - Run
yarn run startto start the production server
Use Amazon Amplify or Vercel to deploy the project.
Designed & Developed with ❤️ by Ashwin Shenoy via Traboda for team bi0s.
Traboda ❤️ bi0s.