This is the repo for Significa's website, our very own presence on the web.
Project built with Gatsby. You can find more information on available scripts at https://www.gatsbyjs.org/.
Start a local development server at http://localhost:8000/
npm run develop
Make a new build to /public
folder
npm run build
Start storybook server to develop components in isolation
npm run storybook
Run prettier, eslint, typescript and jest to validate codebase
npm run validate
Available at significa.co-functions