No description
  • TypeScript 97.3%
  • Svelte 1.3%
  • JavaScript 0.6%
  • Mermaid 0.5%
  • CSS 0.3%
Find a file
2026-05-10 21:42:48 +02:00
.nx/workspace-data first commit 2026-05-10 13:25:34 +02:00
.storybook first commit 2026-05-10 13:25:34 +02:00
.vscode first commit 2026-05-10 13:25:34 +02:00
e2e first commit 2026-05-10 13:25:34 +02:00
logs first commit 2026-05-10 13:25:34 +02:00
messages first commit 2026-05-10 13:25:34 +02:00
project.inlang first commit 2026-05-10 13:25:34 +02:00
src clean up 2026-05-10 21:42:48 +02:00
static first commit 2026-05-10 13:25:34 +02:00
.env.test first commit 2026-05-10 13:25:34 +02:00
.gitignore first commit 2026-05-10 13:25:34 +02:00
.npmrc first commit 2026-05-10 13:25:34 +02:00
.prettierignore first commit 2026-05-10 13:25:34 +02:00
.prettierrc first commit 2026-05-10 13:25:34 +02:00
eslint.config.js first commit 2026-05-10 13:25:34 +02:00
graph.svg first commit 2026-05-10 13:25:34 +02:00
LICENSE LICENSE update 2026-05-10 21:32:15 +02:00
package-lock.json first commit 2026-05-10 13:25:34 +02:00
package.json first commit 2026-05-10 13:25:34 +02:00
playwright.config.ts first commit 2026-05-10 13:25:34 +02:00
README.md readme update 2026-05-10 21:24:47 +02:00
svelte.config.js first commit 2026-05-10 13:25:34 +02:00
tsconfig.json first commit 2026-05-10 13:25:34 +02:00
vite.config.ts first commit 2026-05-10 13:25:34 +02:00
vitest-setup-client.ts first commit 2026-05-10 13:25:34 +02:00
vitest.config.ts first commit 2026-05-10 13:25:34 +02:00
vitest.setup.ts first commit 2026-05-10 13:25:34 +02:00
vitest.shims.d.ts first commit 2026-05-10 13:25:34 +02:00

OpenIoD-service-kanban

This repository contains the endpoint service for the OpenIoD dataportal. Workname is Kanban.

Sveltekit

This service is made with app framework Sveltekit!

Dependencies

  1. nodejs >= 20 (use volta for running a specific versien eg. v10.19.5)
  2. mongodb

Install

Use git to clone this repository into a directory (local or server) and install the npm dependencies

# git clone
git clone https://forgejo.openiod.org/Scapeler/openiod-service-kanban.git

# go into the project directory 
cd openio-service-kanban

# Install module dependecies
npm install

# Run development version
npm run dev

# Build runtime version
npm run preview
npm run build

Developing

Start a development server:

npm run dev

Building

To create a production version of server:

npm run build

You can preview the production build with npm run preview.