Skip to content

lasconic/inventaire-client

 
 

Repository files navigation

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://github.com/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.

About

webapp coupled to the inventaire server 📚

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.1%
  • Svelte 41.2%
  • SCSS 7.4%
  • Handlebars 3.5%
  • Other 0.8%