Visit my blog @ here
- Framework: Next.js
- Database: Notion
- Authentication: NextAuth.js
- CLI: oclif
- Deployment: Vercel
- Styling: Styled-Components
- 3D: Three.JS
components/*
- Building block components with styles and test.lib/*
- Short for "library", a collection of helpful utilities or code for external and internal services.pages/api/*
- API Routes have some server side codes.pages/*
- Static pre-rendered blog pages using data quried from Notion table.pages/sitemap.xml.tsx
- Automatically generated sitemap.public/*
- Static assets including fonts and images.styles/*
- A small amount of global styles. I'm mostly using styled-components with bit of framer for transition animation.
This application requires Node.js v16.13+.
git clone https://github.com/heesungjang/frontendjoseph.io.git
cd frontendjoseph.io
yarn i
yarn run dev