• Svelte 63.9%
  • TypeScript 31.7%
  • SCSS 2.5%
  • JavaScript 1.1%
  • Shell 0.6%
  • Other 0.2%
Find a file
2026-04-05 11:13:32 +02:00
.github add .github/README 2025-05-16 17:58:59 +02:00
app user: showForgotPassword: fix email parsing 2026-04-05 11:13:32 +02:00
bundle eslint: migrate to eslint v9 2025-10-05 16:56:58 +02:00
config vite: add https option 2026-02-24 00:36: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_i18n: make source_branch default to main 2026-03-28 11:11:10 +01:00
.git-blame-ignore-revs add some git-blame-ignore-revs commits 2024-09-11 14:31:42 +02:00
.gitignore gitignore: ignore logs 2026-03-27 22:19:36 +01: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 5.0.0 2026-03-28 10:43:53 +01:00
package.json 5.0.0 2026-03-28 10:43:53 +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 serie_cleanup: fix svelte state_unsafe_mutation error 2026-03-23 23:16:45 +01: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: add https option 2026-02-24 00:36:55 +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.