Skip to content

SwiftDust/m4rt.nl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac6d469 · · Apr 20, 2026

History

27 Commits
Feb 14, 2026
Dec 7, 2025
Apr 19, 2026
Apr 20, 2026
Dec 7, 2025
Jan 3, 2026
Apr 19, 2026
Dec 8, 2025
Apr 19, 2026
Apr 19, 2026
Dec 8, 2025
Dec 7, 2025

Repository files navigation

m4rt.nl

Site screenshot

My personal website! Written in Astro and Tailwind CSS. It's all on a single page and I tried to keep it as simple as possible. You might still find it a lot of yap though.

Run npm run i and npm run dev to start the development server. Build with npm run build.

If you want to run this on a server like I did on my Raspberry Pi, you can just make sure Node and NPM are installed on the target machine, then run npm run build, serve it using something like pm2 and reverse proxy it using Caddy. If you want to use Vercel, you need to install the adapter for that, current is Node. For that please refer to the documentation of Astro. I'm going to make a detailed tutorial on this on YouTube. The link will be posted here when it's done..