Skip to content

CredibleAI/CredibleAI.github.io

Repository files navigation

CCAI Website

Website for the Centre for Credible Artificial Intelligence (CCAI) at Warsaw University of Technology.

Tech Stack

  • Next.js - React framework
  • TypeScript - Type safety
  • Tailwind CSS v4 - Styling with CSS variables
  • Google Fonts - Roboto Mono & Lexend Deca

Getting Started

First, install dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

  • src/app/ - Next.js app router pages
  • src/components/ - Reusable React components
  • src/data/ - Content data (projects, news, join-us positions, team)
  • src/types/ - TypeScript type definitions
  • public/images/ - Static images and assets

Build

To build for production:

npm run build

Deploy

The project can be deployed on Vercel or any platform that supports Next.js.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages