No description
  • Vue 59.7%
  • TypeScript 36%
  • CSS 2.7%
  • Dockerfile 1.3%
  • JavaScript 0.3%
Find a file
komodo 495bf9f10e
All checks were successful
ci / ci (22, ubuntu-22.04) (push) Successful in 1m24s
[Komodo] joniras: Write Stack File: update docker-compose.yaml
2026-06-23 23:21:18 +02:00
.devcontainer feat: Add calendar 2026-06-06 11:53:47 +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 add map 2026-06-23 16:42:09 +00:00
content add map 2026-06-23 16:42:09 +00:00
public doc: Added protocol meeting from 30.3.2026 2026-04-02 23:27:30 +02:00
server fix: parse recurring events, add location and category 2026-06-06 15:37:24 +00: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 fix: Dockerfile syntax version 2026-06-06 11:55:41 +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 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: Add calendar 2026-06-06 11:53:47 +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.