16 lines
342 B
Markdown
16 lines
342 B
Markdown
|
# react-native-video-docs
|
||
|
|
||
|
This is the documentation for the [react-native-video](github.com/react-native-video/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
|
||
|
```
|