Initial commit
This commit is contained in:
commit
ff846443f0
11
README.md
Normal file
11
README.md
Normal 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/`
|
||||
|
Loading…
Reference in New Issue
Block a user