https://github.com/imedadel/react-dnd-docs
Updated website for React DnD docs
https://github.com/imedadel/react-dnd-docs
dnd docs documentation docusaurus drag-and-drop react react-dnd
Last synced: 4 months ago
JSON representation
Updated website for React DnD docs
- Host: GitHub
- URL: https://github.com/imedadel/react-dnd-docs
- Owner: imedadel
- Created: 2020-03-05T22:57:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T23:55:10.000Z (almost 6 years ago)
- Last Synced: 2025-05-21T00:15:00.000Z (9 months ago)
- Topics: dnd, docs, documentation, docusaurus, drag-and-drop, react, react-dnd
- Language: JavaScript
- Homepage: https://react-dnd.imedadel.me
- Size: 433 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# React DnD Docs
This is the source code for a new React DnD documentation website.
The old website was getting dusty, so, while working on a project using React DnD and having to learn the whole API, I decided to help you—time traveler—by making a shinier website that you can depend on in your drag and drop journey.
This website won't be a pure stylistic update to the old. Instead, I am planning to reguraly enhance the documentation and—hopefully—add more examples.
PS. You can find me on [Twitter](https://twitter.com/imedadel_).
## Contribute
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
Each page has an edit link at the end. If you would like to help me, please feel free to do so.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.