A webapp for the inventaire server 📚
https://inventaire.io
- Svelte 63.9%
- TypeScript 31.7%
- SCSS 2.5%
- JavaScript 1.1%
- Shell 0.6%
- Other 0.2%
| .github | ||
| app | ||
| bundle | ||
| config | ||
| eslint | ||
| LICENSES | ||
| scripts | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| .htmlnanorc | ||
| .stylelintignore | ||
| .stylelintrc.js | ||
| eslint.config.cli.js | ||
| eslint.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tests | ||
| troubleshooting.md | ||
| tsconfig.base.json | ||
| tsconfig.json | ||
| tsconfig.vite.json | ||
| vite.config.ts | ||
Inventaire-client
Libre collaborative resource mapper powered by open-knowledge
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.
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.