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

https://github.com/kellnr/website

Kellnr website
https://github.com/kellnr/website

Last synced: about 1 year ago
JSON representation

Kellnr website

Awesome Lists containing this project

README

          

# Kellnr Website

This repo is the code for the [kellnr.io](https://kellnr.io) webpage.

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```