oasis/README.md

39 lines
640 B
Markdown
Raw Normal View History

2019-06-24 19:19:06 +00:00
# Oasis
> friendly neighborhood scuttlebutt interface
A small Scuttlebutt interface built on HTML, CSS, and Node.js without any
front-end JavaScript. Simple, accessible, and easy to maintain (hopefully!).
## Usage
```shell
oasis
```
## Installation
With [npm](https://npmjs.org/):
```shell
2019-06-25 13:35:56 +00:00
npm -g install @fraction/oasis
2019-06-24 19:19:06 +00:00
```
With [yarn](https://yarnpkg.com/en/):
```shell
yarn global add @fraction/oasis
2019-06-24 19:19:06 +00:00
```
## See Also
- [patchbay](https://github.com/ssbc/patchbay)
- [patchwork](https://github.com/ssbc/patchwork)
- [ssb-server](https://github.com/ssbc/ssb-server)
- [yap](https://github.com/dominictarr/yap)
## License
ISC