Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 556 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 556 Bytes

This is a code of kacperwalter.com

Legacy warning ⚠️

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

Getting Started

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