hedgehog lab
v0.8.0
Hedgehog Lab 是浏览器中的开源科学计算工具。
在 https://hlab.app/ 上尝试一下。
加入我们的Discord 服务器社区
开发分支的开发通道
# Clone the repo
# Using HTTPS
git clone https://github.com/Hedgehog-Computing/hedgehog-lab.git
# Using SSH
git clone [email protected]:Hedgehog-Computing/hedgehog-lab.git
在开发之前,请确保您已经安装并启用了yarn
克隆后,切换到 dev 分支并通过键入cd hedgehog-lab
导航到该文件夹,然后运行以下命令:
# If you are the developer, pls switch to the dev branch
git checkout dev
# Install all project dependencies
yarn install
# Start the project
yarn watch
每次运行程序都会编译,并且需要时间。请等待几分钟并刷新页面。
刺猬书:https://hedgehog-computing.github.io/
阅读我们的贡献指南以了解如何开发该项目。
该项目根据 Apache-2.0 许可证条款获得许可。