Personal website and blog of Stefanos Kornilios Mitsis Poiitidis (skmp). A fun mix of programming, DIY electronics and art.
Built with Astro, deployed on Cloudflare Workers.
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview build locally |
npm run deploy |
Deploy to Cloudflare |