https://github.com/pipelight/doc.pipelight
The Pipelight documentation website
https://github.com/pipelight/doc.pipelight
Last synced: about 1 year ago
JSON representation
The Pipelight documentation website
- Host: GitHub
- URL: https://github.com/pipelight/doc.pipelight
- Owner: pipelight
- Created: 2023-03-13T18:47:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T09:01:50.000Z (over 1 year ago)
- Last Synced: 2025-05-07T12:08:44.171Z (about 1 year ago)
- Language: Vue
- Size: 16.6 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/feed.md
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=
```