This repo contains my personal portfolio site (jasonzy.com).
- Gatsby (Front-End)
- Netlify CMS (Headless CMS)
To setup the app for development on your local machine, please follow the instructions below:
- Clone the repo to your machine
git clone
- Install necessary packages
yarn install
- Start the development environment
yarn develop