No description
  • Vue 62.2%
  • TypeScript 31.2%
  • CSS 3.7%
  • Dockerfile 2.4%
  • JavaScript 0.5%
Find a file
Joniras 08cc7adc1c
All checks were successful
ci / ci (22, ubuntu-22.04) (push) Successful in 1m22s
feat: corrected name in imprint
2026-05-22 20:13:43 +02:00
.devcontainer better mobile view, switch to markdown pages and add live content editing 2026-02-10 20:10:29 +00:00
.github feat: changed ci label to ubuntu 22.04 to match runner no gitea 2026-04-02 23:31:03 +02:00
.vscode Initial Commit 2026-02-03 19:43:59 +00:00
app add imprint and privacy, fix some other small things 2026-05-12 16:02:48 +00:00
content feat: corrected name in imprint 2026-05-22 20:13:43 +02:00
public doc: Added protocol meeting from 30.3.2026 2026-04-02 23:27:30 +02:00
server move feed to a different route 2026-03-09 08:23:22 +01:00
.editorconfig Initial Commit 2026-02-03 19:43:59 +00:00
.gitignore Initial Commit 2026-02-03 19:43:59 +00:00
content.config.ts change from meetings to blog and add rss feeds 2026-03-08 16:45:55 +00:00
docker-compose.local.yaml add imprint and privacy, fix some other small things 2026-05-12 16:02:48 +00:00
docker-compose.yaml fix weird memory issue by updating deps 2026-02-10 21:48:11 +00:00
Dockerfile fix dockerfile again :) 2026-02-10 20:43:16 +00:00
eslint.config.mjs Initial Commit 2026-02-03 19:43:59 +00:00
LICENSE Initial Commit 2026-02-03 19:43:59 +00:00
nuxt.config.ts add imprint and privacy, fix some other small things 2026-05-12 16:02:48 +00:00
package.json change from meetings to blog and add rss feeds 2026-03-08 16:45:55 +00:00
pnpm-lock.yaml change from meetings to blog and add rss feeds 2026-03-08 16:45:55 +00:00
pnpm-workspace.yaml Initial Commit 2026-02-03 19:43:59 +00:00
README.md better mobile view, switch to markdown pages and add live content editing 2026-02-10 20:10:29 +00:00
renovate.json Initial Commit 2026-02-03 19:43:59 +00:00
tsconfig.json Initial Commit 2026-02-03 19:43:59 +00:00

node-K Website

Setup

Make sure to install the dependencies (done automatically when using devcontainer):

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Docker

A Dockerfile is included in the project which simply builds and serves the app.

To preview a local version of this you can use the docker-compose.local.yaml file.

docker compose -f docker-compose.local.yaml up

The docker-compose.yaml file includes production specific config such as traefik labels and a proxy network.

Check out the deployment documentation for more information.