Skip to content

Files

Latest commit

b20c5e9 · Apr 4, 2024

History

History
32 lines (25 loc) · 611 Bytes
·

README.md

File metadata and controls

32 lines (25 loc) · 611 Bytes
·

Warning

This project has been discontinued in favour of the Web embed mode.

ownCloud File picker

Easily integrate ownCloud into your own web applications.

Project setup

pnpm install

The install step will also take care of installing ownCloud Design System because we're manually building it from the release branch

Compiles and minifies for production

pnpm build

Copies over oCIS example and starts a server

pnpm preview

Run your unit tests

pnpm test:unit

Lints and fixes files

pnpm lint