Access Locally $ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git $ cd [REPO_NAME] $ yarn $ npm run develop To test the CMS locally, you'll need run a production build of the site: $ npm run build $ npm run serve