Stack t3stack
- Framework: Next.js
- Styling: Tailwind CSS
- Hosting: Vercel
- Backend: Extendable using TypeScript / tRPC
- Add A blog utilizing Notion as a database, and fetching blog content using the Notion API
components/*
- Various components used throughout the page.pages/*
- All other static pages.styles/*
- A handful of global stylesdata/*
- a simple object containing global data about the site.
$ git clone https://github.com/Lhris/lhris-portfolio.git
$ cd lhris-portfolio
$ npm install
$ npm run dev