Part portfolio and part blog, a platform where I share my projects and write about music/audio tech stuff. A TypeScript Nextjs website built with React and Tailwind CSS.
For dev:
cd ROOT/DIR
npm i
npm run dev
For build:
cd ROOT/DIR
npm i
npm run build
npm run start