Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 326 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 326 Bytes

Portfolio

The mildly cursed source code for my Portfolio website, written with NextJS
Please read the liscence, ty

Nix

Package: nix build
Run: nix run

Npm

Install packages: npm ci
Run dev server: npm run dev
Build: npm run build
Start: npm run start