https://github.com/dargmuesli/trapparty
TrapParty's website.
https://github.com/dargmuesli/trapparty
Last synced: 2 months ago
JSON representation
TrapParty's website.
- Host: GitHub
- URL: https://github.com/dargmuesli/trapparty
- Owner: dargmuesli
- License: gpl-3.0
- Created: 2020-12-13T05:00:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T03:39:26.000Z (7 months ago)
- Last Synced: 2024-10-30T06:25:12.934Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 47.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dargmuesli/trapparty/actions/workflows/ci.yml)
# TrapParty
TrapParty's online version: [trapparty.jonas-thelemann.de](https://trapparty.jonas-thelemann.de/).

## Table of Contents
1. **[Development](#development)**
1. **[Deployment](#deployment)**## Development
This project builds upon the [Nuxt.js](https://nuxtjs.org/) framework.
Install [Node.js](https://nodejs.org/) and [pnpm](https://pnpm.io/).
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](https://nuxtjs.org/blog/going-full-static).Alternatively, build the provided [Dockerfile](https://www.docker.com/) 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](https://github.com/dargmuesli/jonas-thelemann_stack/) in accordance to the [DargStack template](https://github.com/dargstack/dargstack_template/) to make deployment a breeze.