This is my personal website. A small static site showcasing me and my projects.
Stack:
- Express
- Pug
- Tailwind
Env variables
PORT(default:8080)HOST(default:0.0.0.0)
For development
npm run watch
node server.jsFor production
npm run build
node server.js