Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 462 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 462 Bytes

OHN Solid prototype app

A prototype app that uses Solid to store data.

The app authenticates a user and then writes and reads a name from the user's profile.

Uses Inrupt’s JavaScript Client Libraries. Based on Solid tutorial.

Running the app

npx parcel index.html

The app should be accessible at localhost:1234.