Chaosinventory is a hierarchical inventory system primarily focused on the needs of event infrastructure. It helps at planning and organizing items you have in stock, rent from others or need for a particular event in future.
This is our official fancy stock frontend (TM), which you can use to manage your Chaosinventory.
You should have nodejs installed on your system. At least node 12.x is needed, we recommend using the current stable LTS version (14.x at the moment).
We usually test the build against all current and future LTS versions (=even numbers), which are 12.x, 14.x and 16.x.
Information on how to install nodejs can be found here.
You can get the Chaosinventory frontend up and running by:
- Cloning the repository
git clone https://github.com/chaosinventory/chaosinventory-frontend.git
- Installing the dependencies
cd chaosinventory-frontend npm install
- Running the frontend in developer mode
npm start
Chaosinventory can be built by executing the following command:
npm run build
This will compile and bundle all required assets into a folder named dist
, which contains all assets needed to serve the application over a web server or CDN.