Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 891 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 891 Bytes

CT Gao logo

My Personal Site

Website is live on https://cgao.info

Highlights

  • Sketch for UI prototyping
  • React.js for component-based, declarative UI development
  • TypeScript for enhancing code readability and catching bugs early at compile time
  • Gatsby.js for generating static HTML files and blazing fast load speed
  • Netlify for automated, continuous deployment
  • styled-components for modular, scoped and dynamic CSS styling
  • GraphQL for flexible data queries
  • ESLint + husky + prettier + lint-staged + typescript compiler for consistent coding style and automated code checking
  • And so much more...

Local development

  • yarn to install dependencies
  • yarn run dev to compile and start local server