Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pipelight/doc.pipelight
- Owner: pipelight
- Created: 2023-03-13T18:47:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T14:48:25.000Z (29 days ago)
- Last Synced: 2024-12-05T15:36:50.243Z (29 days ago)
- Language: Vue
- Size: 14.5 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=
```