just one game word generator for custom words
| .idea | ||
| public | ||
| src | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| env.d.ts | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Just One
A simple cooperative party game. Guess the secret words, support the active guesser with associations on small white boards. But don't talk to each other!
https://www.asmodee.de/produkte/just-one
Local hosting
Initial install
npm ci
npm run build
Serving the files
python -m http.server -d dist
Development
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint