Skip to content
/ semcom Public

A decentralised registry to support the dynamic binding of semantic components in Solid data browsers.

License

Notifications You must be signed in to change notification settings

useid/semcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8037fa4 · Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 15, 2021
Jan 31, 2023
Jan 31, 2023
Jun 3, 2021
Jun 3, 2021
Jan 31, 2023
May 10, 2021
Dec 23, 2020
Jan 31, 2023
Oct 3, 2021
Sep 1, 2021
Oct 3, 2021
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023

Repository files navigation

Semantic Components

GitHub package.json version Build Status

The goal of this project is to construct a decentralised registry to support the dynamic binding of semantic components in Solid data browsers. This registry is based on insights of practical solutions such as OpenComponents and Bit.dev while using theoretical building blocks such as linked data shapes as a foundation.

Please note that:

This project has received funding from the European Union’s H2020 research and innovation programme under Grant Agreement no 871498.

Running locally

You can start the server locally by executing the following commands. The server will be accessible on port 3000 by default.

npm run bootstrap
npm run build:all
npm run start:dev