2023-06-22 07:16:50 +05:30
|
|
|
# Yggdrasil Dashboard
|
|
|
|
Frontend for the self-hosted Minecraft authentication server
|
|
|
|
|
|
|
|
# How to use
|
|
|
|
1. Install dependencies
|
2023-06-22 07:18:48 +05:30
|
|
|
<br/>
|
2023-06-22 07:16:50 +05:30
|
|
|
`yarn add` OR `npm i`
|
2023-06-22 07:18:48 +05:30
|
|
|
|
2023-06-22 07:16:50 +05:30
|
|
|
2. Build project
|
2023-06-22 07:18:48 +05:30
|
|
|
<br/>
|
2023-06-22 07:16:50 +05:30
|
|
|
`yarn build` OR `npm build`
|
2023-06-22 07:18:48 +05:30
|
|
|
|
2023-06-22 07:16:50 +05:30
|
|
|
3. Move build to yggdrasil
|
2023-06-22 07:18:48 +05:30
|
|
|
<br/>
|
2023-06-22 07:16:50 +05:30
|
|
|
`mv dist/* [folder to yggdrasil]/static/`
|
|
|
|
|