Source of the Formspark documentation website.
https://documentation.formspark.io
Start with hot-reload for development
yarn dev
Build for production
yarn build
Deploy to S3
yarn deploy
Invalidate CloudFront cache
yarn cloudfront
Re-format files with Prettier
yarn prettier