Skip to content

maartyman/solid-aggregator

Repository files navigation

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-server

Then to start the server you can use this command:

solid-aggregator-server serve

Run locally

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.

About

basic aggregator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published