scrum-poker

所属分类:敏捷开发
开发工具:Svelte
文件大小:0KB
下载次数:0
上传日期:2024-02-05 09:34:38
上 传 者sh-1993
说明:  去中心化Scrum Pocker
(Dezentralized Scrum Pocker)

文件列表:
server/
src/
static/
tests/
.npmrc
.prettierignore
.prettierrc
Dockerfile
LICENSE
docker-compose.yml
package-lock.json
package.json
playwright.config.ts
postcss.config.js
renovate.json
svelte.config.js
tailwind.config.cjs
tsconfig.json
vite.config.ts

# scrum-poker Dezentralized Scrum Pocker ## Features - Tailwind CSS - Dockerized - GitHub Action to publish to GHCR - Vite's development server (incl. Gun Relay) - Production server (incl. Gun Relay) ## Developing Once you have checked out this project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: ``` npm run dev ``` The dev server binds to `http://127.0.0.1:8765`. To configure the dev server, take a look at `server/dev/index.js` ## Building To create a production version of your app: ``` npm run build ``` Run the production build with `npm run start` or `node server`. To configure the production server, take a look at `server/index.js` ## Data structure ~ userspace \# frozen space name : generated room name ## poker content poker.room.name.p.alice.value → the card alice selected poker.room.name.show → boolean if the results are shown poker.room.name.p.alice.watching → true if alice is only watching (alice cannot pick cards)

近期下载者

相关文件


收藏者