Skip to content

An official website for the VerifyME bot on Discord. (outdated)

License

Notifications You must be signed in to change notification settings

myferr/verifyme-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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