Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 368 Bytes

File metadata and controls

21 lines (14 loc) · 368 Bytes

idiot.sg

Personal website and blog. The site is built with Astro.

Development

Install dependencies and start a local development server:

npm install
npm run dev

To create a production build:

npm run build

Static assets live in the public/ directory and markdown content is stored under src/content/blog/.