Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/myferr/verifyme-website
- Owner: myferr
- License: mit
- Created: 2024-07-22T21:58:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T23:55:41.000Z (4 months ago)
- Last Synced: 2024-07-24T02:03:05.818Z (4 months ago)
- Topics: client-work, react, sass, tsx, typescript, website
- Language: TypeScript
- Homepage: https://verifymebot.xyz
- Size: 509 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```