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
- Host: GitHub
- URL: https://github.com/downshift-js/downshift-docs
- Owner: downshift-js
- Created: 2020-08-15T16:57:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T06:47:48.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T08:08:49.739Z (almost 2 years ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 15
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.