https://github.com/spectate/docs
Platform documentation of Spectate.
https://github.com/spectate/docs
documentation
Last synced: 6 months ago
JSON representation
Platform documentation of Spectate.
- Host: GitHub
- URL: https://github.com/spectate/docs
- Owner: spectate
- Created: 2024-11-27T20:04:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T20:36:35.000Z (over 1 year ago)
- Last Synced: 2025-12-26T21:10:33.149Z (6 months ago)
- Topics: documentation
- Language: MDX
- Homepage: https://docs.spectate.net
- Size: 5.99 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spectate Docs
### Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
```
npm i -g mintlify
```
Run the following command at the root of your documentation (where mint.json is)
```
mintlify dev
```