Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 948 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 948 Bytes

Tom Dong 3.0

Third iteration of my website. Designed and built with TypeScript React and Gatsby.

See it live here.

Check out the design

You know how we have open-source code? Well designers have been taking notice of us developers so they've also started an open-source movement with open-source design.

I'll share my Figma project that you can learn off of just as I'm learning off of everyone else's Figma projects.

Figma link will be added sortly.

Play around with my code

  1. Clone the repository and move to its folder
git clone https://github.com/tomdng/tomdong-3.0.git && cd tomdong-3.0
  1. Install the required packages for the project
yarn install
  1. Run the development version of Propguard
yarn start
  1. Now play around, code, and enjoy!