1.0.7 • Published 3 years ago
solid-aggregator-server v1.0.7
Solid Aggregator Server
This package is currently under active development. Proper functionality is not guaranteed.
To install the server globally run this command:
npm install -g solid-aggregator-serverThen to start the server you can use this command:
solid-aggregator-server serveRun locally
To set up an instance of the Solid Aggregator Server, you first have to install the required dependencies.
npm installThen build and run the server with the following commands:
npm run build
npm start serveYou could also build and run the server in one command:
npm run build-start serveUse the -h tag to get help for the different CLI options.