Hedgehog Lab is an open source scientific computation tool in the browser.
Try it at https://hedgehog-lab.github.io/
# Clone the repo
# Using HTTPS
git clone https://github.com/lidangzzz/hedgehog-lab.git
# Using SSH
git clone [email protected]:lidangzzz/hedgehog-lab.git
Once cloned, switch to the master branch and navigate to the folder by typing cd hedgehog-lab
and then running the following commands:
# Switch to the master branch
git checkout master
# Install all project dependencies
yarn install
# Start the project
yarn watch
Read our contributing guide to learn how to develop the project.
This project is licensed under the terms of the Apache-2.0 License.