This is a companion site for ThreatShield App.
Visit the website.
This site is build using TailwindCSS, Handlebars, and Vite.
Install dependencies:
npm install
Run server for local development:
npm start
Build assets:
npm run build
Just commit and push changes. GitHub actions will deploy them, see .github/workflows/deploy-pages.yml
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