16 lines
339 B
Markdown
Raw Normal View History

# react-native-video-docs
2024-05-07 17:25:09 +02:00
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
```