文件名称:pepiniere:简单的PWA可以跟踪在任务上花费的时间
文件大小:1.02MB
文件格式:ZIP
更新时间:2024-04-03 16:10:45
JavaScript
佩皮涅尔 该存储库包含的小时跟踪应用程序的代码。 要求 码头工人 码头工人组成 nodejs> = 8.x 快速设置 npm install # install dependencies (first time) npm run setup # creates directories (once only) # vim ./data/config/config.js # put your email in .authorizedEmail and edit any other setting npm run build:all # builds everything npm run docker:db # starts database (doesnt run detached) npm run docker:web # starts app (doesnt run detached)