Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 803 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 803 Bytes

Chat Fairy

This is an example project to show how to develop webxdc apps with Phaser.

Testing

To test the app you need to run an HTTP in the root of this project, you can easily do it with Python, go to the project root and execute:

python -m http.server

then open in your browser the URL that is displayed in the shell.

Packaging

To use the app in Delta Chat, you need to package it in a .xdc archive, the create-xdc.sh script helps you to do that:

./create-xdc.sh

Creating Custom Builds of Phaser

This project uses a custom build of Phaser including only the features needed, it helps to keep your app size small, for more details check the Phaser documentation.