Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pipelight/doc.pipelight

The Pipelight documentation website
https://github.com/pipelight/doc.pipelight

Last synced: 21 days ago
JSON representation

The Pipelight documentation website

Awesome Lists containing this project

README

        

# Pipelight Documentation website

Hosted at [pipelight.dev](https://pipelight.dev)

## Stack

Made with vite, vitepress and tailwindCSS.

## Contribute

It is a basic node.js website. The content is written in markdown.

You may build it with the js engine of your choice.

```sh
bun dev
```

## CICD

```sh
pipelight run deploy -- --host=
```