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 라이선스 조건에 따라 라이선스가 부여됩니다.