Skip to content

Commit afaed88

Browse files
author
Jannik Stehle
committed
docs: add instructions on how to add new apps
1 parent 7ff28b9 commit afaed88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ Extensions are provided by apps. These are the apps, that are provided by this r
1515
- [web-app-draw-io](./packages/web-app-draw-io/)
1616
- [web-app-external-sites](./packages/web-app-external-sites/)
1717
- [web-app-progress-bars](./packages/web-app-progress-bars/)
18+
19+
## Adding a new app
20+
21+
New apps must be placed inside the `packages` folder and be prefixed with `web-app-`. Additionally, the following changes are needed:
22+
23+
- add the new app to the `APPS` variable in the `.drone.star` file
24+
- add the `dist` folder of the new app to the list of volume mounts of the docker `ocis` service

0 commit comments

Comments
 (0)