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

https://github.com/downshift-js/downshift-docs

Docsite for the Downshift project
https://github.com/downshift-js/downshift-docs

Last synced: about 1 year ago
JSON representation

Docsite for the Downshift project

Awesome Lists containing this project

README

          

# Downshift Docs

Repository that hosts the Downshift Docsite. All Downshift examples should be hosted here, along with links to their Codesandbox equivalents, which should be hosted on the [examples repository](https://github.com/downshift-js/downshift-examples).

## Develop

```sh
npm install

npm run serve
```

This will start the `docusaurus` app in development mode.

## Contribute

A great opportunity is to have all the sandboxes of the examples from this docsite in the examples repository. Also to have all examples from the examples repository hosted on the docsite as well.