-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b5f000
commit 06d6d17
Showing
1 changed file
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
# Ayon server web interface | ||
Ayon server frontend | ||
==================== | ||
|
||
All the Ayon web frontends are for preview purposes and convenience only at the moment to make it easier to explore the database records during the development phase. Any functionality they have or lack at the moment is not guaranteed in future releases. | ||
This repository contains React frontend code for Ayon server. | ||
|
||
## Requirements | ||
|
||
- nodejs >= 18 | ||
- yarn | ||
|
||
## Building | ||
|
||
- Run `yarn prepare` to install git pre-commit hooks for linting | ||
- Run `yarn install && yarn build` | ||
Visit [AYON documentation](https://ayon.ynput.io/docs/system_introduction/) for more information | ||
or check out [ayon-docker](https://github.com/ynput/ayon-docker) repository for the reference Docker setup. |