Skip to content

kanelloc/kanelloc.com

Repository files navigation

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