mirror of
https://github.com/dargmuesli/trapparty.git
synced 2026-05-23 13:54:41 +00:00
TrapParty's website.
- TypeScript 80.8%
- Vue 14.8%
- PLpgSQL 2.8%
- Dockerfile 0.7%
- Shell 0.6%
- Other 0.3%
## [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 ([ |
||
|---|---|---|
| .github | ||
| .vscode | ||
| sqitch | ||
| src | ||
| tests | ||
| .commitlintrc.js | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| .imgbotconfig | ||
| .nvmrc | ||
| .releaserc.json | ||
| .renovaterc.json | ||
| CHANGELOG.md | ||
| CODEOWNERS | ||
| docker-entrypoint.sh | ||
| Dockerfile | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
TrapParty
TrapParty's online version: trapparty.jonas-thelemann.de.
Table of Contents
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.
