A webapp for the inventaire server 📚 https://inventaire.io
Find a file
2025-05-22 08:56:01 +02:00
.github add .github/README 2025-05-16 17:58:59 +02:00
app entity layout: CSS: add a margin between "Sort by" label and dropdown 2025-05-22 08:56:01 +02:00
bundle bundle: optimization: update chunks 2025-05-06 13:43:35 +02:00
config package.json: add watch-federated script 2025-01-28 22:41:49 +01:00
LICENSES rename license into its own folder 2022-03-07 08:46:01 +01:00
public update favicon and icons 2017-01-12 18:54:58 +01:00
scripts de-github-ify links 2025-05-16 16:40:36 +02:00
tests app: make #app/app and #app/radio more autonomous 2025-05-06 13:43:34 +02:00
.eslintignore remove client-side analytics 2025-01-28 23:21:57 +01:00
.eslintrc.cjs app/app: rewrite without Backbone/Marionette 2025-05-06 13:43:34 +02:00
.eslintrc.cli.cjs eslintrc: recover prefer-const=off for IDEs 2024-08-07 17:03:27 +02: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
.mocharc.cjs tests: recover browser env mocking 2025-04-01 21:54:24 +02:00
.npmrc .npmrc: explicit auto-install-peers behavior 2022-12-28 20:22:26 +01:00
.stylelintignore purge last handlebars traces 2025-04-15 20:44:26 +02:00
.stylelintrc.cjs css media queries: generalize use of context notation 2024-05-13 18:32:08 +02:00
package-lock.json radio: internalize event bus implementation 2025-05-06 13:43:35 +02:00
package.json radio: internalize event bus implementation 2025-05-06 13:43:35 +02:00
README.md de-github-ify links 2025-05-16 16:40:36 +02:00
svelte.config.cjs svelte.config.cjs: ignore eslint error 2024-04-19 20:34:34 +02:00
troubleshooting.md Marionette.View.prototype.showChildComponent: check props type 2023-10-27 22:32:04 +02:00
tsconfig.base.json app: purge references to Backbone views and models 2025-04-15 20:44:26 +02:00
tsconfig.client.json fix svelte component type checks 2024-04-19 20:34:34 +02:00
tsconfig.json tests: fix browser environment mocking and some type errors 2024-04-19 20:34:36 +02: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

A map of the client assets generated by this repository can be found at /public/dist/bundle_report.html.

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 webpack dev server on port 3005 to benefit from hot reloading
npm start

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

Prodution

npm run build

License

Inventaire is an open-sourced project licensed under AGPLv3.