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

https://github.com/googlechromelabs/feature-policy-demos

Feature Policy Kitchen Sink Demos
https://github.com/googlechromelabs/feature-policy-demos

demos feature-policy performance web

Last synced: 8 months ago
JSON representation

Feature Policy Kitchen Sink Demos

Awesome Lists containing this project

README

          

## Permissions Policy and Document Policy Demos

Kitchen sink of [Permissions Policy](https://www.chromestatus.com/feature/5745992911552512) and [Document Policy](https://www.chromestatus.com/feature/5756689661820928) demos.

### Development

First install the dependencies:

`npm i`

Then run the web server:

`npm run start`

### Deployment

`npm run deploy`