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

https://github.com/benbjohnson/litestream.io


https://github.com/benbjohnson/litestream.io

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

litestream.io
=============

This repository is the Litestream web site built on Hugo & Doks.

## Development

### Running the server

To run the site locally, run:

```sh
$ npm install
$ npm run start
```

## Documentation

To add a new documentation page, run:

```sh
$ hugo new docs/prologue/TITLE/index.md
```