Skip to content
KakoozaJerry edited this page Jul 13, 2021 · 21 revisions

Useful links

Solid Related Stuff

Initial Inrupt tutorial

Solid(Social Linked Data) React SDK

Read & Write Data

ACL (Access Control Lists) Management

  • Manage access control lists using the inrupt solid client here

using-acl-files-to-define-access-rights

Image convention

Other use cases for an insight

Community

  • Solid App development channel on Gitter

Git

How to remove a file from a commit

  • [https://devconnected.com/how-to-remove-files-from-git-commit/]

use git reset HEAD <file> to remove a specific file from your commit

Untrack files that are already commited but now in gitignore

Deploying GH - Pages