https://github.com/inventaire/inventaire-client
webapp coupled to the inventaire server :books:
https://github.com/inventaire/inventaire-client
books inventory webapp
Last synced: 6 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 (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:51:47.000Z (11 months ago)
- Last Synced: 2024-10-29T15:14:39.762Z (11 months ago)
- Topics: books, inventory, webapp
- Language: Svelte
- Homepage: https://inventaire.io
- Size: 17.5 MB
- Stars: 49
- Watchers: 8
- Forks: 16
- Open Issues: 163
-
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).