mirror of
https://github.com/Kladdy/web
synced 2026-05-21 08:58:05 +02:00
No description
- JavaScript 54.5%
- CSS 35.9%
- SCSS 7.9%
- Pug 1.7%
| .vscode | ||
| public | ||
| .gitignore | ||
| app.js | ||
| Dockerfile | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vercel.json | ||
| yarn.lock | ||
Repo for my personal website
Environment variables
export SESSIONSECRET="..." export SEGMENTKEYDEV="..." export WEBENV="dev" or "prod" export PORT="3000" export URL="localhost" or "https://sigfrid.stjarnholm.com"