1 Star 5 Fork 5

樂樂 / algorithm-visualizer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitpod.yml 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason Park 提交于 2019-07-07 03:06 . Fix .gitpot.yml
tasks:
- init: >
git clone https://github.com/algorithm-visualizer/server.git &&
cd server &&
npm install &&
echo -e "GITHUB_CLIENT_ID=dummy\nGITHUB_CLIENT_SECRET=dummy\nAWS_ACCESS_KEY_ID=dummy\nAWS_SECRET_ACCESS_KEY=dummy" > .env.local &&
cd ..
command: cd server && npm run watch
- init: >
npm install &&
echo 'DANGEROUSLY_DISABLE_HOST_CHECK=true' > .env.local
command: npm start
ports:
- port: 3000
onOpen: notify
- port: 8080
onOpen: ignore
JavaScript
1
https://gitee.com/coca_le_cola/algorithm-visualizer.git
git@gitee.com:coca_le_cola/algorithm-visualizer.git
coca_le_cola
algorithm-visualizer
algorithm-visualizer
master

搜索帮助