Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 906 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 906 Bytes

POMS Site (WIP)

Logo

Table of Contents

About

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.

Building

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.

Documentation

Comming soon...