This is the personal / portfolio website I created to showcase my work and act as sort of a "central hub".
You can find it at https://kimkwanka.io.
- React.js
- Next.js
- Three.js / react-three-fiber
- Sendgrid
- Framer Motion
After cloning the repository run either
yarn
or npm install
to install all dependencies.
Use yarn dev
or npm run dev
to run app in development mode.
Use yarn build
or npm run build
to build for production.