SvelteKit, TypeScript and Sass
-
React: frontend framework
-
TypeScript: scripting and backend
-
Sass: styling
To run this website on your system make sure you have npm installed on your computer. Self host the website on your local system using the following command:
Install
powershell -c "irm raw.githubusercontent.com/myferr/verifyme-website/main/selfhost/install.ps1 | iex"
Uninstall
powershell -c "irm raw.githubusercontent.com/myferr/verifyme-website/main/selfhost/uninstall.ps1 | iex"
Install
curl -fsSL raw.githubusercontent.com/myferr/verifyme-website/main/selfhost/install.sh | bash
Uninstall
curl -fsSL raw.githubusercontent.com/myferr/verifyme-website/main/selfhost/uninstall.sh | bash