Custom sonolus server
Go to file
Cassie Cheung 300890f934
chore: init
2023-02-05 18:18:18 +08:00
assets/packs/pingpong chore: init 2023-02-05 18:18:18 +08:00
.editorconfig chore: init 2023-02-05 18:18:18 +08:00
.gitattributes chore: init 2023-02-05 18:18:18 +08:00
.gitignore chore: init 2023-02-05 18:18:18 +08:00
.yarnrc.yml chore: init 2023-02-05 18:18:18 +08:00
COPYING.md chore: init 2023-02-05 18:18:18 +08:00
LICENSE chore: init 2023-02-05 18:18:18 +08:00
Makefile chore: init 2023-02-05 18:18:18 +08:00
README.md chore: init 2023-02-05 18:18:18 +08:00
package.json chore: init 2023-02-05 18:18:18 +08:00
pnpm-lock.yaml chore: init 2023-02-05 18:18:18 +08:00

sonolus-mzk

Custom Sonolus (next gen mobile game engine) server.

Installing

This package uses pnpm for package management. Other package managers may work, but will not be supported.

The quickest way to get started, if you have make installed, is to simply run

$ make

If you do not have make installed, you may run these commands instead.

$ pnpm install