Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 329 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 329 Bytes

Answering Machine

Create a custom email message from a list of sentences.

Local development

To install packages:

yarn

To upgrade packages:

yarn upgrade

To run the development server:

yarn develop

To deploy to GitHub:

yarn deploy

See the Gatsby Docs for more info.