Personal website for Abdelhakim Bendjabeur Live at: https://abdelhakimbendjabeur.github.io/website/
- Vanilla HTML/CSS/JavaScript
- Vite for bundling and local development
- GitHub Actions for CI/CD deployment to GitHub Pages
npm install
npm run devThen open http://localhost:5173/website/
Deployment is automated via GitHub Actions on every push to master. You can also trigger it manually from the Actions tab.