https://github.com/phasereditor2d/phasereditor2d-v3-docs
Documentation of Phaser Editor 2D v3
https://github.com/phasereditor2d/phasereditor2d-v3-docs
docs phaser-editor phaserjs
Last synced: about 1 year ago
JSON representation
Documentation of Phaser Editor 2D v3
- Host: GitHub
- URL: https://github.com/phasereditor2d/phasereditor2d-v3-docs
- Owner: PhaserEditor2D
- License: mit
- Created: 2020-04-01T02:17:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T12:30:12.000Z (over 2 years ago)
- Last Synced: 2025-04-23T13:28:47.797Z (about 1 year ago)
- Topics: docs, phaser-editor, phaserjs
- Language: CSS
- Size: 23.2 MB
- Stars: 4
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE
Awesome Lists containing this project
README
# Phaser Editor v3 Documentation
This repository contains the documentation of Phaser Editor 2D v3.
The documentation is generated by [Sphinx Doc](https://www.sphinx-doc.org).
## Build
First, [install Sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html).
To build the documentation:
```
./build.sh
```
To run the documentation server and incremental builder (requires
[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild/)):
```
./watch.sh
```
The docs website is generated in the folder `_build/html/`.
## License
MIT