- Personal website created for the purpose showcasing my work and introducing my self as a developer
- Created using npm create next-app
# for next.js app
$cd /web
# install dependencies
$ npm install
# serve with fast refresh at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# for Sanity client
$cd /studio
# install dependencies
$ npm install
# serve at localhost:3333
$ sanity start
# build for production
$ sanity build
- Based off this Figma Design
- Typescript
- SCSS
- Next
- Sanity.io