Initial commit

This commit is contained in:
0xf8 2023-06-21 21:46:50 -04:00
commit ff846443f0
Signed by: 0xf8
GPG Key ID: 446580D758689584
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Yggdrasil Dashboard
Frontend for the self-hosted Minecraft authentication server
# How to use
1. Install dependencies
`yarn add` OR `npm i`
2. Build project
`yarn build` OR `npm build`
3. Move build to yggdrasil
`mv dist/* [folder to yggdrasil]/static/`