The personal website of Dan Beghin
See package.json for engine requirments, ensure minimum versions of node and npm are available.
Run locally:
npm install
npm run devThe site runs at http://localhost:4321.
Build for production:
npm run build
npm run preview # optional, preview the latest build from /distThe build output is in /dist.
See Astro build and preview documentation.
Commits and PRs to non-main branches trigger Cloudflare Pages preview deployments. Preview URLs are posted in PR comments.
Commits to main trigger Cloudflare Pages production deployments.
This project outputs static files (/dist) and can be hosted on any static provider, e.g., Cloudflare Pages, GitHub Pages, Netlify, Vercel, S3, etc...
- Website content (for example, markdown/posts, images, and other media under
content/,public/, or similar asset directories) is licensed under CC BY-NC-SA 4.0. SeeLICENSE-CONTENTfor the full terms that apply to this material. - Source code (for example, files under
src/, configuration, and build scripts) is licensed under GNU GPLv2. SeeLICENSEfor the full terms that apply to the code in this repository.