https://github.com/inventaire/inventaire-client
webapp coupled to the inventaire server :books:
https://github.com/inventaire/inventaire-client
books inventory webapp
Last synced: 4 months ago
JSON representation
webapp coupled to the inventaire server :books:
- Host: GitHub
- URL: https://github.com/inventaire/inventaire-client
- Owner: inventaire
- Created: 2014-05-18T19:12:29.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T22:16:55.000Z (about 1 year ago)
- Last Synced: 2025-05-13T22:51:23.519Z (about 1 year ago)
- Topics: books, inventory, webapp
- Language: Svelte
- Homepage: https://inventaire.io
- Size: 18.2 MB
- Stars: 51
- Watchers: 7
- Forks: 17
- Open Issues: 166
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSES/AGPL-3.0-only.txt
Awesome Lists containing this project
- awesome-starred - inventaire/inventaire-client - webapp coupled to the inventaire server :books: (webapp)
README
# Inventaire-client
Libre collaborative resource mapper powered by open-knowledge
[](http://www.gnu.org/licenses/agpl-3.0.html)
[](https://nodejs.org)
[](https://codeclimate.com/github/inventaire/inventaire)
[](https://wiki.inventaire.io/wiki/Communication_channels#Chat)
[](https://wiki.inventaire.io)
This repository tracks [inventaire.io](https://inventaire.io) client-side developments, while the [server-side can be found here](https://github.com/maxlath/inventaire). The server repository gathers the documentation and general issues of the project.
[](https://inventaire.io)
A map of the client assets generated by this repository can be found at [`/public/dist/bundle_report.html`](https://inventaire.io/public/dist/bundle_report.html).
## Summary
- [Stack Map](#stack-map)
- [Install](#install)
- [Development](#development)
- [Prodution](#prodution)
- [License](#license)
## Stack Map
This repo correspond to the the "Client" section in the [stack map](https://inventaire.github.io/stack/)
## Install
```sh
git clone https://github.com/inventaire/inventaire-client
cd inventaire-client
npm install
```
## Development
After having started the [inventaire server](https://github.com/inventaire/inventaire/) on port `3006`
```sh
# start webpack dev server on port 3005 to benefit from hot reloading
npm start
# open http://localhost:3005 in your web browser
```
## Prodution
```sh
npm run build
```
## License
Inventaire is an open-sourced project licensed under [AGPLv3](./LICENSES/AGPL-3.0-only.txt).