From 17c185a35b868e0622b945569ebbbdf4612477b9 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Thu, 16 Jul 2020 12:10:01 +0200 Subject: [PATCH] docs: Add setup steps to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5fab3a204..540e932ed 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,10 @@ 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). + +## Running locally + +``` +npm ci +npm start +```