@ownclouders/file-picker
v0.12.0
Published
Easily integrate ownCloud into your existing products
Downloads
31
Maintainers
Readme
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