From 689334f915f6551f7dd1f21cb0b7f12527fdfee5 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 7 Nov 2018 11:25:05 +0100 Subject: [PATCH] add readme --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..1da8d207 --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +[![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com) + +

docs

+ +> One site to rule all docs. + +- [Content](#content) + - [Editing docs](#editing-docs) + - [Adding docs](#adding-docs) +- [Development](#development) +- [Authors](#authors) +- [License](#license) + +## Content + +...documentation concept... + +### Editing docs + +### Adding docs + +## Development + +```bash +npm i +npm start +``` + +## Authors + +- Troy McConaghy ([@ttmc](https://github.com/ttmc)) - [Ocean Protocol](https://oceanprotocol.com) +- Matthias Kretschmann ([@kremalicious](https://github.com/kremalicious)) - [Ocean Protocol](https://oceanprotocol.com) + +## License + +``` +Copyright 2018 Ocean Protocol Foundation Ltd. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +``` \ No newline at end of file