https://github.com/benbjohnson/litestream.io
https://github.com/benbjohnson/litestream.io
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benbjohnson/litestream.io
- Owner: benbjohnson
- License: mit
- Created: 2021-02-06T14:36:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T15:07:14.000Z (over 1 year ago)
- Last Synced: 2025-03-15T23:56:14.478Z (10 months ago)
- Language: SCSS
- Homepage: https://litestream.io
- Size: 5.05 MB
- Stars: 41
- Watchers: 4
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```