Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ollieri3/web-expressions
- Owner: ollieri3
- Created: 2024-08-15T20:09:11.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T13:16:16.000Z (5 months ago)
- Last Synced: 2024-11-03T07:40:20.906Z (3 months ago)
- Topics: astro, blog, tailwindcss, web-development
- Language: Astro
- Homepage: https://blog.olivers.cloud
- Size: 445 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```