This repository contains the code for the d20cay.com domain.
Version: 2021.51.2
-
Project
- Cryptography
- Pi
- Prime Factorization
- Secret Santa
- Umlaut
- YouTube Music Library Analysis
-
Minecraft
- Commands
- Server
- Hypixel Bedwars Statistics
-
Cheatsheets
- Ascii
- Clip Studio Paint
- Linux Cheatsheet
- School Cheatsheets
-
ae
-
oe
-
ue
-
Contact
-
Changelog
-
Imprint
-
Privacy
- Open terminal
- cd into this directory
- Install all npm deps with
npm install
- Run it in dev mode with
npm run dev
OR - Export it to a static website with
npm run export
OR - Build it with
npm run build
and launch the prod version withnode build
Run uvicorn main:app --host localhost
from the folder the main.py file resides in. Add --reload
if in dev mode.
If uvicorn
isn't installed properly you might need to start it
with python -m uvicorn main:app --host localhost --reload
.