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 授權條款獲得許可。