This folder contains the source code for the ChatGent project description website. The website is a simple static website that gives some information about the project and the team behind it.
The website is deployed over on https://osoc24.github.io/chat-gent.
First install the dependencies:
npm install
Then run the development server:
npm run dev
The website will be available at http://localhost:5173.
The website is automatically deployed to GitHub Pages using GitHub Actions. To manually test the deployment, run:
npm run build
npm run preview
This will build the website and serve it locally at http://localhost:4173.