https://github.com/openbullet/openbullet2-docs
Documentation site for OpenBullet 2
https://github.com/openbullet/openbullet2-docs
Last synced: about 1 year ago
JSON representation
Documentation site for OpenBullet 2
- Host: GitHub
- URL: https://github.com/openbullet/openbullet2-docs
- Owner: openbullet
- Created: 2022-02-07T22:23:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T22:06:06.000Z (over 1 year ago)
- Last Synced: 2025-04-09T20:44:10.724Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://docs.openbullet.dev/
- Size: 3.32 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenBullet 2 - Docs
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Local Development
Use node version 20.x
```bash
npm i
npm start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### How to contribute
1. Fork the repository
2. Create a new branch
3. Make your changes
4. Create a pull request