Public website for Ever Guild
- React
- TypeScript
- Vite
- SCSS
- Three.js
Install dependencies:
npm ciRun the local dev server:
npm run devCheck code:
npm run lint
npm run buildCheck the public URL with VirusTotal:
VIRUSTOTAL_APIKEY=... npm run vt:checkPreview the production build:
npm run previewThe site is deployed to GitHub Pages from main
CI runs lint and build on pull requests and pushes to main
After deployment from main, CI requests a VirusTotal re-analysis for https://ever-guild.net/
using the VIRUSTOTAL_APIKEY repository secret.