No description
- TypeScript 97.3%
- Svelte 1.3%
- JavaScript 0.6%
- Mermaid 0.5%
- CSS 0.3%
| .nx/workspace-data | ||
| .storybook | ||
| .vscode | ||
| e2e | ||
| logs | ||
| messages | ||
| project.inlang | ||
| src | ||
| static | ||
| .env.test | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| eslint.config.js | ||
| graph.svg | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest-setup-client.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||
| vitest.shims.d.ts | ||
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
- nodejs >= 20 (use volta for running a specific versien eg. v10.19.5)
- 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.