This repository holds the demo website showcasing Trusted Type for CSP.
- Run
yarn|npm installto install all needed dependencies - Run
yarn dev|npm run devto run the development environment - Run
yarn build|npm run buildto create a production build
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.