Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myferr/verifyme-website

An official website for the VerifyME bot on Discord.
https://github.com/myferr/verifyme-website

client-work react sass tsx typescript website

Last synced: 2 days ago
JSON representation

An official website for the VerifyME bot on Discord.

Awesome Lists containing this project

README

        

# 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](https://npmjs.org) installed on your computer.
Self host the website on your local system using the following command:

### Windows

> Install
```powershell
powershell -c "irm raw.githubusercontent.com/myferr/verifyme-website/main/selfhost/install.ps1 | iex"
```
> Uninstall
```powershell
powershell -c "irm raw.githubusercontent.com/myferr/verifyme-website/main/selfhost/uninstall.ps1 | iex"
```

### Linux / MacOS

> Install
```sh
curl -fsSL raw.githubusercontent.com/myferr/verifyme-website/main/selfhost/install.sh | bash
```
> Uninstall
```sh
curl -fsSL raw.githubusercontent.com/myferr/verifyme-website/main/selfhost/uninstall.sh | bash
```