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
- Host: GitHub
- URL: https://github.com/googlechromelabs/feature-policy-demos
- Owner: GoogleChromeLabs
- License: apache-2.0
- Created: 2018-06-04T18:00:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T08:24:59.000Z (over 1 year ago)
- Last Synced: 2025-02-20T09:11:13.883Z (over 1 year ago)
- Topics: demos, feature-policy, performance, web
- Language: HTML
- Homepage: https://feature-policy-demos.appspot.com/
- Size: 32.1 MB
- Stars: 25
- Watchers: 9
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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`