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

https://github.com/open-frames/docs


https://github.com/open-frames/docs

Last synced: 10 months ago
JSON representation

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
```