commit ff846443f002ca1b641c8febee5fa671b6cd4d1e Author: 0xf8 <0xf8.dev@proton.me> Date: Wed Jun 21 21:46:50 2023 -0400 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..11270c4 --- /dev/null +++ b/README.md @@ -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/` +