12 lines
258 B
Markdown
12 lines
258 B
Markdown
|
# 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/`
|
||
|
|