Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 846 Bytes

File metadata and controls

28 lines (18 loc) · 846 Bytes

encouraged-coders.github.io

Source code for the encouraged-coders.de website.

Tech stack

  • Astro — static site generator
  • Deployed via GitHub Actions to GitHub Pages

Local development

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 locally

Deployment

Merging 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).

Contact

Send me a message on LinkedIn