feat: Add README with architecture links

This commit is contained in:
Joachim Van Herwegen 2020-06-08 12:02:50 +02:00 committed by GitHub
parent a07f440ab6
commit aaf3f8e3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# community-server
Implementation of the Solid server.
The architecture is based on the description [here](https://github.com/RubenVerborgh/solid-server-architecture).
We follow the Inrupt [coding standards](https://github.com/inrupt/public-documentation/blob/master/coding-conventions/javascript-coding-standards.md) where feasible.
An initial dummy implementation with some examples can be found [here](https://github.com/RubenVerborgh/solid-server-ts).