Skip to main content

For Developers and Contributors

MahiruLess than 1 minute

For Developers and Contributors

Branches and descriptions

main: stable branch
dev: current developing branch
others: previous version

Update Plan

See WebGAL INFO

Guide for Contributors

WebGAL uses yarn and yarn workspace monorepo for package management .

To install yarn , enter the following command :

npm install yarn -g

Then Clone This project , and run this command in the root of the repo :

yarn

There are 3 package in this project :

包名内容
parserWebGAL Parser
serverWebGAL local developing server
webgalMain Engine
yukimiLibrary for yukimi (Planning)

Run Local WebGAL Project

Then, you can shuttle the local server through the following command .

yarn dev

For packaging :

yarn build

The processed files are located in the dist directory.