-
Notifications
You must be signed in to change notification settings - Fork 2k
api types app_share
KernelDeimos edited this page Feb 25, 2025
·
1 revision
- name: name of the app
- uid: name of the app
- One of
name
oruid
must be specified
Share app by name
{
"$": "app-share",
"name": "some-app-name"
}
Share app by uid
{
"$": "app-share",
"uid": "app-0a7337f7-0f8a-49ca-b71a-38d39304fe04"
}
This wiki is generated from the repository. Do not edit files the wiki.
You are reading documentation for Puter, an open-source high-level operating system.
Getting started with Puter on localhost is as simple as:
git clone https://github.com/HeyPuter/puter.git
npm install
npm run start