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

https://github.com/daaain/danieldemmel.me-next


https://github.com/daaain/danieldemmel.me-next

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Danieldemmel.me

A new incarnation of my personal website and blog, using Next.js.

## Development

```sh
mise activate
yarn install
yarn dev
```

## Notes

Convert images to WebP:

```sh
cwebp -lossless image.png -o image.webp
cwebp image.jpg -o image.webp
```