An open API service indexing awesome lists of open source software.

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

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