Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
/ paxo-ide Public archive

Official code editor for developing paxo apps (warning: beta version)

License

Notifications You must be signed in to change notification settings

paxo-phone/paxo-ide

Repository files navigation

logo

paxo-ide

The official editor for paxo-phone apps development, with support of the paxolib api.

Disclaimer: This is not a stable version of the software. Some bugs may appear.

Installation

  • developpment:
git clone https://github.com/paxo-phone/paxo-ide.git
cd paxo-ide
.\PaxoIDE.sh
  • use it as a user: get it from the lastest release

Usage

  • Create a new project.
  • Open it
  • You are now ready to dev your app.
  • For testing, you should get the emulator, run it and register your app (cf: guidelines in the discord server: https://discord.gg/EetuNuqHJx post: "Applications").

Contributors