https://github.com/livehelperchat/doc
Live Helper Chat documentation repository where everybody can contribute
https://github.com/livehelperchat/doc
Last synced: 11 months ago
JSON representation
Live Helper Chat documentation repository where everybody can contribute
- Host: GitHub
- URL: https://github.com/livehelperchat/doc
- Owner: LiveHelperChat
- Created: 2020-03-17T12:51:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T06:24:16.000Z (12 months ago)
- Last Synced: 2025-06-24T14:25:51.703Z (11 months ago)
- Language: JavaScript
- Homepage: https://doc.livehelperchat.com
- Size: 19.4 MB
- Stars: 3
- Watchers: 3
- Forks: 33
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Security: docs/security.md
Awesome Lists containing this project
README
# Website
This is the official Live Helper Chat documentation [https://doc.livehelperchat.com/](https://doc.livehelperchat.com/).
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Build the website locally
To build the website locally, run the following commands:
```
npm install
npm run build
```