react-native-video/docs/README.md
2024-05-07 17:25:09 +02:00

16 lines
339 B
Markdown

# react-native-video-docs
This is the documentation for the [react-native-video](github.com/TheWidlarzGroup/react-native-video).
Project is using [bun](https://bun.sh) to build and run the documentation.
Framework for static site generation is [Nextra](https://nextra.site/docs)
```bash
bun install
```
To run:
```bash
bun run dev
```