在终端输入
git clone https://github.com/ydove0324/Chronos.git
就可以把这个项目 clone 到你的本地啦
可以先看一下目前的代码框架
熟悉一下 git 的指令 (with the gpt's help!)
每次有更新都可以 pull 下来
mit 的学习资料: "https://weblab.mit.edu/schedule/"
怎么让代码跑起来:
- git clone 到本地
- npm install
- npm start
- 新开一个终端 npm run hotloader
- 在本地打开 localhost:5050
- 因为数据库在外网,所以需要翻墙
组员们你们什么时候才能来帮忙写啊!!!
当初我是被拉进来的 怎么变成我全栈了!
可以开始动手之后找我上传一个 ssh 的密钥
然后每次把更新 git push 上去