chore: add logo to README (#20)
This commit is contained in:
parent
090232f527
commit
d7f2ea51c8
2 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -1,5 +1,15 @@
|
||||||
# rotini
|
<p align="center">
|
||||||
An unnamed cloud storage app
|
<img src="./assets/rotini-logo.png">
|
||||||
|
</p>
|
||||||
|
<h1 align="center">Rotini</h1>
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
**Rotini** is a self-hosted cloud storage application that gives you full-control over the data you store. It aims
|
||||||
|
for simplicity and extensibility, such that you can get started in minutes and easily fork or contribute upstream if you
|
||||||
|
fancy a feature that's not already there.
|
||||||
|
|
||||||
|
It's roadmap is currently TBD and will become better defined as it gets closer to a first release.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
@ -40,4 +50,4 @@ More generally, extra options can be passed to the `docker run` call that runs t
|
||||||
task be:start -- <options>
|
task be:start -- <options>
|
||||||
```
|
```
|
||||||
|
|
||||||
See the README files of each of those environments ([backend](./backend/README.md), [frontend](./frontend/README.md)) for specific requirements..
|
See the README files of each of those environments ([backend](./backend/README.md), [frontend](./frontend/README.md)) for specific requirements.)
|
||||||
|
|
BIN
assets/rotini-logo.png
Normal file
BIN
assets/rotini-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Reference in a new issue