An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![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)

Logo

# 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

[![GitHub license](https://img.shields.io/github/license/EyeTrackVR/EyeTrackVR?style=plastic)](./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)