https://github.com/eyetrackvr/eyetrackvr-docs
EyeTrackVR Documentation Website
https://github.com/eyetrackvr/eyetrackvr-docs
Last synced: about 1 year ago
JSON representation
EyeTrackVR Documentation Website
- Host: GitHub
- URL: https://github.com/eyetrackvr/eyetrackvr-docs
- Owner: EyeTrackVR
- License: mit
- Created: 2023-01-20T20:49:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T15:24:59.000Z (about 1 year ago)
- Last Synced: 2025-05-01T16:24:41.187Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://docs.eyetrackvr.dev
- Size: 77.2 MB
- Stars: 10
- Watchers: 2
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/EyeTrackVR/EyeTrackVR-Docs/actions/workflows/build_release_vitepress.yml)

# 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.
[](https://discord.gg/kkXYbVykZX)
# Licenses
[](./LICENSE)
***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)