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 ライセンスの条件に基づいてライセンスされています。