A webapp for the inventaire server 📚 https://inventaire.io
  • Svelte 62.1%
  • TypeScript 33.4%
  • SCSS 2.5%
  • JavaScript 1.2%
  • Shell 0.6%
  • Other 0.2%
2026-01-08 12:46:20 +01:00
.github add .github/README 2025-05-16 17:58:59 +02:00
app properties: fix type issue 2026-01-08 12:46:20 +01:00
bundle eslint: migrate to eslint v9 2025-10-05 16:56:58 +02:00
config eslint config: allow to locally override rules 2025-11-06 21:46:55 +01:00
eslint eslint: custom rules: cleanup 2025-10-14 11:21:23 +02:00
LICENSES rename license into its own folder 2022-03-07 08:46:01 +01:00
scripts scripts: build: allow to disable svelte checks 2025-12-09 13:02:10 +01:00
.git-blame-ignore-revs add some git-blame-ignore-revs commits 2024-09-11 14:31:42 +02:00
.gitignore gitignore: cleanup 2024-04-19 20:34:35 +02:00
.htmlnanorc scripts: update build 2020-10-13 15:06:46 +02:00
.stylelintignore lint 2025-10-05 16:56:58 +02:00
.stylelintrc.js dependencies: update stylelint 2025-10-11 16:32:18 +02:00
eslint.config.cli.js lint 2025-10-05 16:56:58 +02:00
eslint.config.js eslint config: allow to locally override rules 2025-11-06 21:46:55 +01:00
package-lock.json dependencies: udpated wikibase-sdk 2025-12-27 17:00:32 +01:00
package.json dependencies: udpated wikibase-sdk 2025-12-27 17:00:32 +01:00
README.md bundle: purging webpack 2025-10-05 16:56:58 +02:00
svelte.config.js eslint: migrate to eslint v9 2025-10-05 16:56:58 +02:00
tests + ./tests symlink 2025-11-06 21:36:42 +01:00
troubleshooting.md troubleshooting: remove obsolete errors 2025-10-05 16:56:58 +02:00
tsconfig.base.json tests: fix by replacing mocha with vitest 2025-10-09 16:15:47 +02:00
tsconfig.json config: convert to .ts files and add types 2025-11-06 21:36:42 +01:00
tsconfig.vite.json setup vite 2025-10-05 16:56:57 +02:00
vite.config.ts vite.config.ts: build: enable sourcemap 2025-12-09 13:03:16 +01:00

Inventaire-client

Libre collaborative resource mapper powered by open-knowledge

License Node Code Climate

chat wiki

This repository tracks inventaire.io client-side developments, while the server-side can be found here. The server repository gathers the documentation and general issues of the project.

inventory screenshot

Summary

Stack Map

This repo correspond to the the "Client" section in the stack map

Install

git clone https://codeberg.org/inventaire/inventaire-client
cd inventaire-client
npm install

Development

After having started the inventaire server on port 3006

# start vite dev server on port 3005
npm start

# open http://localhost:3005 in your web browser

Prodution

npm run build

License

Inventaire is an open-sourced project licensed under AGPLv3.