Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ollieri3/web-expressions

Thoughts on Web Development. A blog by Oliver Ridsdale
https://github.com/ollieri3/web-expressions

astro blog tailwindcss web-development

Last synced: about 2 months ago
JSON representation

Thoughts on Web Development. A blog by Oliver Ridsdale

Awesome Lists containing this project

README

        

# [Web Expressions ✍️](https://blog.olivers.cloud/)

> Thoughts on Web Development.

A blog by Oliver Ridsdale, built with [Astro](https://astro.build/), [TailwindCSS](https://tailwindcss.com/), Markdown.

## Setup

Install dependencies:

```
$ npm install
```

Run dev server

```
$ npm run dev
```

Build for production, files in /dist

```
$ npm run build
```