Source files and assets for my personal site, written in plain HTML/CSS/JS with some helper libraries.
Clone this repo and serve it locally with live-server. Optionally run formatting with prettier
# Serve (defaults to port 8080)
live-server
# Format
prettier --write .
- Brad Traversy for the starter template
- Winbox for the cool window manager framework
- Marked for markdown-to-HTML conversion