My homepage powered by Sanity.io and Next.js with Typescript
| ๐ฆ Package | ๐ Reasons |
|---|---|
| Typescript | type safety |
| Tailwind CSS | css framework |
| Next | react framework |
| Recoil | state management |
| Sanity | headless cms |
| react-markdown | markdown preview |
| react-icons | icons |
| chroma.js | colors |
git clone https://github.com/emigrek/portfolio
cd portfolio
npm install
Set up your .env file
Run development server
npm run dev
or run production build
npm run build