Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 421 Bytes

File metadata and controls

37 lines (24 loc) · 421 Bytes

formspark-documentation

Source of the Formspark documentation website.

https://documentation.formspark.io

Scripts

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