Get all the locations, farming spots, resources, lore documents, chests, mobs and more!
This app is Open Source. Contributors are highly welcome!
Join us on our Discord.
This project is based on Node.js. Make sure you have Node.js installed before installing the dependencies with:
npm install
Please take a look at the README files in the apps subfolders to setup the environment variables.
npm run dev
This will run all apps in this project in development mode.
You can build a production version of the server and client with:
npm run build
It is required to call this at least once before you can run this app in development mode.
MIT