Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.22 KB

CircleCI

Snowflake Estimator

Welcome to the Snowflake Estimator project!

You can access a live version of the tool at https://estimator.snowflakeinspector.com

How to run locally for development

To build the project, ensure you have npm installed and do the following:

How to build for production:

To build the project, ensure you have npm installed and do the following:

  • run npm i to install dependencies
  • run npm run build to build the static website. The files will show up in build/

Reach out + Feedback

You can contact us at here if you want to learn more about Hashmap.

You can also provide feedback on this tool at here

Note

To build and run locally, you may need to temporarily remove "--openssl-legacy-provider" from the package.json file. Then put back when ready to deploy. Some objects were deprecated in Nodejs that are causing issues with SSL.