EyeTrackVR-Docs/README.md
2023-01-21 20:15:39 +00:00

59 lines
1.5 KiB
Markdown

[![Build and Deploy to Github Pages](https://github.com/RedHawk989/EyeTrackVR-Docs/actions/workflows/build_release_vitepress.yml/badge.svg)](https://github.com/RedHawk989/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/RedHawk989/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 && yarn
```
### start dev server
```bash
yarn dev
```
### Build
```bash
yarn build
```
### Serve
```bash
yarn 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/RedHawk989/EyeTrackVR?style=plastic)](./LICENSE)
***All software is under the [MIT License](http://opensource.org/licenses/MIT).
All documentation, including the [Wiki](https://github.com/RedHawk989/EyeTrackVR/wiki), is under the Creative Commons CC-BY-SA-4.0 license***.
[Top](#eyetrackvr-documentation-site)