1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

add readme

This commit is contained in:
Matthias Kretschmann 2018-11-07 11:25:05 +01:00
parent 814368b51b
commit 689334f915
Signed by: m
GPG Key ID: 606EEEF3C479A91F

50
README.md Normal file
View File

@ -0,0 +1,50 @@
[![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com)
<h1 align="center">docs</h1>
> 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.
```