To install the server globally run this command:
npm install -g solid-aggregator-server
Then to start the server you can use this command:
solid-aggregator-server serve
To set up an instance of the Solid Aggregator Server, you first have to install the required dependencies.
npm install
Then build and run the server with the following commands:
npm run build
npm start serve
You could also build and run the server in one command:
npm run build-start serve
Use the -h
tag to get help for the different CLI options.