Personal website for Raphael Adam.
- Vite for local development and production build
- Static multi-page HTML/CSS/JS
- GitHub Pages deployment through GitHub Actions
- Install dependencies:
npm install
- Start local server:
npm run dev
- Open the local URL shown in the terminal (usually
http://localhost:5173).
npm run build
npm run preview/index.htmlHome/experience/index.htmlExperience + education/contact/index.htmlContact details/projects/index.htmlProjects hub/projects/*.htmlIndividual project pages, including Path Shift TD
The repository includes .github/workflows/deploy-pages.yml to build with Vite and deploy to GitHub Pages on push to master.