Modern website for AUV IIITDM Kancheepuram team built with React and modern web technologies.
- React
- Vite
- CSS Modules
- Font Awesome
- Bootstrap 4.5
- Animate.css
- Google Maps API
- Instagram API
- Clone this repository:
git clone https://github.com/auviiitdm/auviiitdm.github.io.git
cd auviiitdm.github.io
- Create a
.env
file in the root directory with the following API keys:
REACT_APP_GMAPS_API_KEY=your_google_maps_api_key
REACT_APP_INSTA_API_KEY=your_instagram_api_key
- Install dependencies:
npm install
- Start development server:
npm run dev
The website is deployed using GitHub Pages. To deploy updates:
-
Make sure all changes are committed and pushed to the main branch
-
Run the deployment command:
npm run deploy
This will:
- Build the project
- Push the built files to the
gh-pages
branch - Update the live website
Please read INSTRUCTIONS.md for detailed information about updating different sections of the website.