dargmuesli/trapparty · 文件
文件最后提交记录最后更新时间
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.