Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.27 KB

⭐️ antdwash.com ⭐️

This is the second iteration of antdwash.com built with:

You can view my full design process in figma site-demo

⚠️ Please Read ⚠️

I had two goals in mind while creating my personal website:

  • give external viewers a quick backstory & overview of my journey
  • contribute to opensource by coding in public

You may have a similar goal, as a result, YES you can use this code for your personal website with attribution.

I've spent a non-trivial amount of effort designing in Figma and building this website, and I am proud of it! 🤓

All I ask is you not claim this effort as your own and give credit by referencing back to antdwash.com

🛠 Install & Setup 🛠

  1. Install the correct version of Node
  2. Install the project dependencies
    yarn install
    
  3. Start the development sever
    yarn dev