This is a companion site for ThreatShield App.
Visit the website.
This site is build using TailwindCSS, Handlebars, and Vite.
Install dependencies:
npm installRun server for local development:
npm startBuild assets:
npm run buildThe site is deployed to Cloudflare pages.
Just commit and push changes. This will trigger the Cloudflare build pipeline.
This repo has been set up by these commands:
npm install -D tailwindcss postcss autoprefixer vite vite-plugin-handlebars rimraf
mkdir {src,src/js,src/css}
touch src/index.html src/js/main.js src/css/main.scss vite.config.js
npx tailwindcss init -p