This repository contains an external component that can be injected into the Community Solid Server (CSS).
It allows to constrain an ldp:Container
to only have resources that conform to a given shape.
Instructions on how to constrain a given container can be found here.
Clone this repository, then install the packages
npm i
To run the server with your current folder as storage, use:
npm run start
Configurations for in-memory storage and file storage without setup are also provided.
Do not hesitate to report a bug.
Further questions can also be asked to Wout Slabbinck (developer and maintainer of this repository).