Ahmed Abdulrahman's Desk Getting Started Step 1: Installation With git clone: git clone git@github.com:AhmedAbdulrahman/ahmedabdulrahman.com.git your-site cd your-site yarn Step 2: Develop & Build Once cloned locally and all packages are installed you can begin developing the site. # Run localhost yarn dev # Build your Gatsby site yarn build