Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 367 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 367 Bytes

Thoughts on Web Development.

A blog by Oliver Ridsdale, built with Astro, TailwindCSS, Markdown.

Setup

Install dependencies:

$ npm install

Run dev server

$ npm run dev

Build for production, files in /dist

$ npm run build