yggdrasil-dashboard/README.md
2023-06-21 21:48:48 -04:00

17 lines
278 B
Markdown

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