Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.22 KB

FrontendJoseph

Visit my blog @ here

Overview

  • 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.

Running Locally

This application requires Node.js v16.13+.

git clone https://github.com/heesungjang/frontendjoseph.io.git
cd frontendjoseph.io
yarn i
yarn run dev