Skip to content

ollieri3/web-expressions

Repository files navigation

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