This is a code of kacperwalter.com
Some things are very legacy here since I used this repo as a Next.js 13 + Sanity learning playground. Things like file architecture aren't implemented the best, check the issues tab
To run this app on your local environment
npm run dev
To build this app
npm run build
To deploy this app merge feature to master and push to remote
~ <master>
git merge <feature-branch>
git push