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

https://github.com/frigus02/website

My private website.
https://github.com/frigus02/website

Last synced: 12 months ago
JSON representation

My private website.

Awesome Lists containing this project

README

          

# kuehle.me

This is the source of my personal website [kuehle.me](https://kuehle.me).

## Usage

For a development server with live reload:

```sh
npm i
npm run start
```

For a production build:

```sh
npm run build
```