mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
Merge pull request #30 from solid/setup-steps-readme
#29 Setup steps in readme
This commit is contained in:
commit
ad99e1fcea
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user