Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 344 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 344 Bytes

kanelloc.com

Source code of https://kanelloc.com. Just a simple personal page build with Vite, React.js and Chakra UI

Start the local dev server

nvm use
npm install
npm run dev

Build for production

npm install
npm run build