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

Commit

Permalink
add usage guidelines and disclamer on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Welpike committed Sep 18, 2023
1 parent 158a603 commit ffc436b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# paxo-ide

<!--https://dev.to/khangnd/build-a-desktop-app-with-electron-and-svelte-44dp-->
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
`git clone https://github.com/paxo-phone/paxo-ide`
`cd paxo-ide`
`yarn`
`yarn run tw-build`
`yarn run dev`
`.\PaxoIDE.sh`

# 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").

0 comments on commit ffc436b

Please sign in to comment.