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

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

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