Welcome to the Snowflake Estimator project!
You can access a live version of the tool at https://estimator.snowflakeinspector.com
To build the project, ensure you have npm
installed and do the following:
- Run
npm i
to install dependencies - Run
npm start
and visit http://localhost:3000
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 inbuild/
You can contact us at here if you want to learn more about Hashmap.
You can also provide feedback on this tool at here
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.