Merge pull request #30 from solid/setup-steps-readme

#29 Setup steps in readme
This commit is contained in:
Ruben Verborgh 2020-07-20 12:32:53 +02:00 committed by GitHub
commit ad99e1fcea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,10 @@ Implementation of the Solid server.
The architecture is based on the description [here](https://github.com/RubenVerborgh/solid-server-architecture). 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. 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). An initial dummy implementation with some examples can be found [here](https://github.com/RubenVerborgh/solid-server-ts).
## Running locally
```
npm ci
npm start
```