洛根
专为大学生设计的个人组织者。
网址
前端: :
后端: :
设置
全局安装lerna: npm i -g lerna
部署方式
# Deploy backend
npm run deploy:backend
# Deploy frontend
npm run deploy:frontend
# If these commands don't work, run the following command and try again
chmod u+x scripts/deploy- .sh
开发说明
节点模块
清理节点模块: npm run clean-all
重新安装节点模块: npm run bootstrap
生产npm run bootstrap:production
软件包安装/卸载
全局安装软件包: npm i --save或n
1