Yet another incarnation of my personal website, (re)built with React, Next.js, TypeScript, and Tailwind. It is currently based on the two previous incarnations (Svelte and Vue). I am planning to settle down with this setup for quite a while, so this website will eventually include most of my blog posts from all the previous "personal websites" I built.
npm install
: install dependenciesnpm run dev
: compile and hot-reload for developmentnpm run build
: compile and minify for productionnpm run lint
: lint and fix filesnpm start
: serve the compiled build without hot reload