Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 905 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 905 Bytes

Tech Stack

SvelteKit, TypeScript and Sass

  • React: frontend framework

  • TypeScript: scripting and backend

  • Sass: styling

Self-host

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:

Windows

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"

Linux / MacOS

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