Skip to content

owncloud/file-picker

Repository files navigation

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