docs: Add setup steps to README

This commit is contained in:
Joep Meindertsma 2020-07-16 12:10:01 +02:00 committed by Ruben Verborgh
parent a9dc59bf78
commit 17c185a35b

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
```