This is a site for the POMS project. It provides users with profile configuration interface and admins with user and Minecraft server managment interface. It relies on the REST API of the POMS server and is absolutly unusable without it.
Windows:
Double click on build.bat
file or run the following command in your terminal:
build.bat
Unix-Like:
Run the following command in your terminal:
./build.sh
Other:
This method is universal. Run the following commands in your terminal:
npm i
npm build
Building result will be stored in newly created build
folder.
Comming soon...