Website for the Centre for Credible Artificial Intelligence (CCAI) at Warsaw University of Technology.
- Next.js - React framework
- TypeScript - Type safety
- Tailwind CSS v4 - Styling with CSS variables
- Google Fonts - Roboto Mono & Lexend Deca
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
src/app/- Next.js app router pagessrc/components/- Reusable React componentssrc/data/- Content data (projects, news, join-us positions, team)src/types/- TypeScript type definitionspublic/images/- Static images and assets
To build for production:
npm run buildThe project can be deployed on Vercel or any platform that supports Next.js.