Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 668 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 668 Bytes

CSP Trusted Type Demo

This repository holds the demo website showcasing Trusted Type for CSP.

View Demo

Getting started

  • Run yarn | npm install to install all needed dependencies
  • Run yarn dev | npm run dev to run the development environment
  • Run yarn build | npm run build to create a production build

Development setup

This project uses Parcel to develop and build. Refer to their documentation to get up to speed on how to work with it. Besides that, it uses the posthtml-include plugin to make use of partials.