Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 246 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 246 Bytes

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