Source code for the encouraged-coders.de website.
- Astro — static site generator
- Deployed via GitHub Actions to GitHub Pages
npm install
npm run dev # start dev server at http://localhost:4321
npm run build # production build → dist/
npm run preview # preview the production build locallyMerging to main automatically triggers the deploy workflow, which builds the site with Astro and publishes it to GitHub Pages.
Note: GitHub Pages must be configured to deploy via GitHub Actions
(Settings → Pages → Source → GitHub Actions).
Send me a message on LinkedIn