This repository contains the source code for the LAMDA-UAI research group website. It's built using React with TypeScript and deployed using GitHub Pages.
- Node.js
- npm package manager
- Git
- Clone the repository
git clone https://github.com/lamda-uai/lamda-uai.github.io.git
cd lamda-uai.github.io
- Install dependencies
npm install
- Start development server
npm start
The site will be available at http://localhost:3000
- Create a new branch for your feature
git checkout -b feature/your-feature-name
- Make your changes and commit them
git add .
git commit -m "Description of changes"
- Push your branch and create a Pull Request
git push origin feature/your-feature-name