https://clystian.github.io or https://clystian.ninja
This is a modern portfolio site built with Astro and Tailwind CSS, deployed via GitHub Pages.
The site content is sourced from manfred.json, which follows the Manfred MAC schema. Update this file to change your personal data and experiences. After editing, rebuild the site.
npm install
npm run devRun the automated test suite to ensure the site builds and the homepage loads:
npm testnpm run build- Custom domains can use a
CNAMEfile inpublic/; this file is optional and not included by default. - Push the
dist/folder to thegh-pagesbranch or configure your repository for GitHub Pages deployment.
MIT