WARNING: THIS PACKAGE IS CURRENTLY UNDER DEVELOPMENT
SILO is a warehouse software for monitoring parts and stocks of all kinds.
$ mkdir silo && cd silo
$ git clone https://github.com/silo-app/silo-api.git
$ git clone https://github.com/silo-app/SILO.git
$ cd SILO
$ cp .env.example .env.development$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build