An open API service indexing awesome lists of open source software.

https://github.com/owncloud/file-picker

Integrate ownCloud into your own product
https://github.com/owncloud/file-picker

ocis

Last synced: 12 months ago
JSON representation

Integrate ownCloud into your own product

Awesome Lists containing this project

README

          

> [!WARNING]
> This project has been discontinued in favour of the [Web embed mode](https://owncloud.dev/clients/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
```