No description
  • Vue 68.1%
  • TypeScript 27.9%
  • CSS 2.1%
  • Dockerfile 1.6%
  • JavaScript 0.3%
Find a file
Joniras 1e2e80e7bd
All checks were successful
ci / ci (22, ubuntu-22.04) (push) Successful in 1m14s
rename again
2026-09-08 21:49:38 +02:00
.devcontainer Add last two meeting notes 2026-08-10 18:28:31 +00:00
.github fix: ci 2026-06-06 15:07:37 +00:00
.vscode Initial Commit 2026-02-03 19:43:59 +00:00
app fix: drop useClipboard so CI typecheck passes 2026-09-06 15:24:07 +02:00
content feat: opening blog redesign 2026-09-08 21:43:09 +02:00
public rename again 2026-09-08 21:49:38 +02:00
server fix: parse recurring events, add location and category 2026-06-06 15:37:24 +00:00
.dockerignore feat: fix deploy 2026-09-08 20:11:14 +02: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 [Komodo] joniras: Write Stack File: update docker-compose.yaml 2026-06-23 23:21:18 +02:00
Dockerfile feat: fix deploy 2026-09-08 20:11:14 +02: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 feat: Add calendar 2026-06-06 11:53:47 +00:00
package.json add map 2026-06-23 16:42:09 +00:00
pnpm-lock.yaml add map 2026-06-23 16:42:09 +00:00
pnpm-workspace.yaml feat: make deploy work again 2026-09-05 10:07:51 +02: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.