https://github.com/open-frames/docs
https://github.com/open-frames/docs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-frames/docs
- Owner: open-frames
- Created: 2024-04-12T13:20:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T14:12:56.000Z (over 1 year ago)
- Last Synced: 2025-06-01T05:41:01.143Z (11 months ago)
- Language: MDX
- Homepage: https://openframes-docs.vercel.app
- Size: 309 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Frames - Docs
This is the docs site for the Open Frames project.
## Contributing
Clone the repo
```
git clone https://github.com/open-frames/docs
```
Install dependencies
```
yarn install
```
Start the development server
```
yarn dev
```
### Updating the spec
```
yarn update:spec
```