EyeTrackVR-Docs/README.md
Prohurtz 673133f6be
Some checks failed
Build and Deploy to Github Pages / Build CodeBase (push) Has been cancelled
Build and Deploy to Github Pages / Deploy (push) Has been cancelled
Build and Deploy to Github Pages / Cleanup actions (push) Has been cancelled
Update README.md
2025-05-12 18:52:02 -05:00

57 lines
1.4 KiB
Markdown

[![Build and Deploy to Github Pages](https://github.com/EyeTrackVR/EyeTrackVR-Docs/actions/workflows/build_release_vitepress.yml/badge.svg)](https://github.com/EyeTrackVR/EyeTrackVR-Docs/actions/workflows/build_release_vitepress.yml)
<img src="./img/logo.png" alt="Logo" align="right" height="76"/>
# EyeTrackVR Documentation Site
This is the source code for the [EyeTrackVR project](https://github.com/EyeTrackVR) documentation site. It is built using [VitePress](https://vitepress.vuejs.org/).
Please visit the [documentation site](https://docs.eyetrackvr.dev/) for more information.
## Development
### install dependencies
```bash
cd vitepress && pnpm install
```
### start dev server
```bash
pnpm dev
```
### Build
```bash
pnpm build
```
### Serve
```bash
pnpm serve
```
## Contribute
Please see the [contributing guide](./CONTRIBUTING.md) for all information.
### Standards
Please see the [standards guide](./STANDARDS.md) for all information.
## Contact
Please join our discord for updates and any questions.
[![Discord](https://discord.com/api/guilds/946212245187199026/widget.png?style=banner3)](https://discord.gg/kkXYbVykZX)
# Licenses
***All software is under the [MIT License](http://opensource.org/licenses/MIT).
All documentation, including the [Wiki](https://github.com/EyeTrackVR/EyeTrackVR/wiki), is under the Creative Commons CC-BY-SA-4.0 license***.
[Top](#eyetrackvr-documentation-site)