This is a simple application illustrating how to get started with Solid.
It only has two dependencies: an authentication library and an RDF parsing library. Everything else is plain HTML, CSS and JavaScript. All the functionality related with Solid is contained in a single file; solid.js
.
This example follows the same structure as other examples in this repository, so you can follow these general instructions.