/ManageBack_ToBasics

ManageBack ToBasics (ManageBac with a "k") is a project that mainly provides a desktop application wrapper for the popular school management website, ManageBac

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

REMEMBER; THIS IS AN UNOFFICIAL PROJECT, USE AT YOUR OWN RISK

About

A wrapper/web-extension to the popular school management platform, ManageBac. While this project's intended use is to be able to have a desktop based application for ManageBac, it also intends to extend it by incorportating a theming "engine" and plugin "engine".

Installing

You only need to git clone and install dependencies, which is:

git clone https://github.com/robigan/ManageBack_ToBasics.git && cd ManageBack_ToBasics && yarn install

Straight to compiling

The following command will do everything for you (including installing deps and compiling), to use it, just run the following command:

git clone https://github.com/robigan/ManageBack_ToBasics.git --depth 1 && cd ManageBack_ToBasics && yarn install --production=false && yarn run build && yarn run pkg