Gatsby-based website for Code Academy Berlin, an on-campus coding bootcamp in Berlin.
Code Academy Berlin closed its doors in December 2025. The academy will not be starting any new classes. This repository contains the website codebase that was maintained during the academy's operation (2020-2025).
Over its five-year journey, Code Academy Berlin served over 250 alumni across 32 cohorts, offering on-site coding bootcamps with live classes, small groups, and 1:1 mentoring in Web Development and Data Analytics.
- Framework: Gatsby 3.x
- UI Library: Material-UI (v4)
- Language: JavaScript/React
- Styling: Material-UI styles with custom themes
- Content Management: Markdown files via Gatsby Transformer Remark
- Deployment: Netlify
- Node.js (v14 or higher recommended)
- npm or yarn
# Install dependencies
npm install
# or
yarn install# Start development server
npm run develop
# or
yarn developThe site will be available at http://localhost:8000
# Clean and build for production
npm run build
# or
yarn buildsrc/pages/- Page templates and markdown contentsrc/components/- React componentssrc/templates/- Gatsby page templatessrc/data/- Static data files (markdown, JSON, assets)static/- Static assets served as-isgatsby-config.js- Gatsby configurationgatsby-node.js- Gatsby Node APIs
- Multi-language support
- Blog/alumni testimonials
- Course pages and information
- Application forms
- Campus information
- Privacy and legal pages (Impressum)
MIT