17 lines
278 B
Markdown
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/`
|
|
|