WARNING
Machine translation may contain inaccurate content
Installation
Note
Currently, we do not provide installation packages for Android and iOS.
There are two ways for you to experience our software:
Online Experience
We recommend using Chiziingiin Scheduler to access our project.
Compile from Source Code
Download the Source Code
You can download the source code of this software from our mirror address Chiziingiin Scheduler Resources
Source code GitHub repository Github Repository
Environment Configuration
Install the latest version of node.js
Recommended
This software is recommended to be accessed using Google Chrome or Chromium-based browsers.
Click here to install the latest version of Google Chrome(google.com) (For users in China, please visit Google Chrome(google.cn))
Start Installation
Open the software program
folder, and you should see the following directory structure
├─dist
│ └─assets
└─src
├─components
├─router
├─styles
├─utils
└─views
└─settings
In the software program
folder, open the terminal and enter the following commands
$ npm install
$ npm run dev
After successful execution, open http://localhost:8080/
in your browser to use the software.
Note
This software recommends opening only one tab in the browser, as opening multiple tabs may cause browser database errors and result in a blank screen due to browser policies.