Personal website and blog of Ollie Treend, software engineer based in London, UK.
Built with Astro, Svelte, and Tailwind CSS. Deployed to Netlify.
| Command | Action |
|---|---|
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build production site to dist/ |
npm run preview |
Preview the production build locally |
npm run prettier |
Format all files with Prettier |
The site is automatically deployed to Netlify on every push to main. Build configuration is in netlify.toml.
Node.js is managed via Mise (see .mise.toml).