Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 409 Bytes

MKO Mom

Netlify Status

Getting Started

Clone the repository and run:

yarn install

To run the local develop build run:

gatsby develop

To run the production build and serve locally run:

yarn build:local && gatsby serve