TrapParty's website.
  • TypeScript 80.8%
  • Vue 14.8%
  • PLpgSQL 2.8%
  • Dockerfile 0.7%
  • Shell 0.6%
  • Other 0.3%
Find a file
semantic-release-bot ee68e9d985 chore(release): 4.4.5 [skip ci]
## [4.4.5](https://github.com/dargmuesli/trapparty/compare/4.4.4...4.4.5) (2026-05-21)

### Bug Fixes

* **docker:** change app directory owner ([9c80855](9c80855e20))
2026-05-21 13:33:36 +00:00
.github chore(deps): update all non-major dependencies 2026-05-18 09:59:29 +00:00
.vscode chore(git): drop hooks 2026-05-09 19:57:42 +02:00
sqitch feat(game): complete numeric estimation 2024-12-20 15:20:06 +01:00
src chore(release): 4.4.5 [skip ci] 2026-05-21 13:33:36 +00:00
tests chore(deps): update dependency eslint to v10.4.0 2026-05-18 21:42:42 +00:00
.commitlintrc.js refactor(commitlint): migrate to v19 2024-02-29 01:42:19 +01:00
.dockerignore chore(docker): correct ignore file 2025-01-08 20:27:20 +01:00
.editorconfig feat: migrate to vio 2023-08-24 16:34:58 +02:00
.gitignore feat(cypress): add e2e test 2022-11-26 03:54:35 +01:00
.imgbotconfig chore(imgbot): update tests path 2024-06-18 08:24:24 +02:00
.nvmrc chore(deps): update node.js to v24 2025-11-05 16:53:26 +00:00
.releaserc.json refactor(configuration): add file endings 2025-01-13 23:08:36 +01:00
.renovaterc.json feat(deps): upgrade @dargmuesli/nuxt-vio to v21 2026-04-01 11:42:30 +02:00
CHANGELOG.md chore(release): 4.4.5 [skip ci] 2026-05-21 13:33:36 +00:00
CODEOWNERS chore(git): add code owner 2026-02-19 01:17:54 +01:00
docker-entrypoint.sh chore(docker): don't run sqitch in ci 2025-12-20 04:45:21 +01:00
Dockerfile fix(docker): change app directory owner 2026-05-21 15:28:42 +02:00
LICENSE feat: create initial commit 2020-12-14 04:43:11 +01:00
package.json chore(git): drop hooks 2026-05-09 19:57:42 +02:00
pnpm-lock.yaml chore(deps): lockfile maintenance 2026-05-20 07:04:55 +02:00
pnpm-workspace.yaml chore(deps): update pnpm to v11 (#469) 2026-05-08 15:50:26 +02:00
README.md feat(deps): upgrade @dargmuesli/nuxt-vio to v21 2026-04-01 11:42:30 +02:00

CI

TrapParty

TrapParty's online version: trapparty.jonas-thelemann.de.

Welcome

Table of Contents

  1. Development
  2. Deployment

Development

This project builds upon the Nuxt.js framework. Install Node.js and pnpm. Then run pnpm i to install the project's dependencies. After that, use pnpm dev for development or pnpm build to generate the static page.

Alternatively, build the provided Dockerfile using docker build -t dargmuesli/trapparty . and run the resulting image using docker run dargmuesli/trapparty.

Deployment

This project is deployed within the jonas-thelemann_stack in accordance to the dargstack template to make deployment a breeze.