oasis/README.md

56 lines
1.7 KiB
Markdown
Raw Normal View History

2019-06-24 19:19:06 +00:00
# Oasis
2019-08-08 17:39:22 +00:00
**Friendly Scuttlebutt interface designed for simplicity and accessibility.**
This is an experimental client built with HTML, CSS, and Node.js without any
front-end JavaScript. The goal is to support basic social messaging schemas with
some extra tools for debugging, *not* to support all known message types.
2019-06-24 19:19:06 +00:00
## Usage
2019-08-08 17:39:22 +00:00
```console
$ oasis --help
Usage: oasis [options]
Options:
2019-09-24 20:55:17 +00:00
--help Show help [boolean]
--version Show version number [boolean]
--open Automatically open app in web browser [boolean] [default: true]
--host Hostname for web app to listen on [string] [default: "localhost"]
--port Set port for web app to listen on [number] [default: 3000]
--debug Use verbose output for debugging [boolean] [default: false]
2019-06-24 19:19:06 +00:00
```
## 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
```
2019-09-24 21:21:28 +00:00
## Resources
- [Contributing](https://github.com/fraction/oasis/blob/master/docs/contributing.md)
- [Help](https://github.com/fraction/oasis/issues/new/choose)
- [Roadmap](https://github.com/fraction/oasis/blob/master/docs/roadmap.md)
- [Security Policy](https://github.com/fraction/oasis/blob/master/docs/security.md)
- [Source Code](https://github.com/fraction/oasis.git)
2019-06-24 19:19:06 +00:00
## See Also
- [patchbay](https://github.com/ssbc/patchbay)
- [patchwork](https://github.com/ssbc/patchwork)
2019-09-24 19:37:12 +00:00
- [ssb-browser-demo](https://github.com/arj03/ssb-browser-demo)
2019-06-24 19:19:06 +00:00
- [ssb-server](https://github.com/ssbc/ssb-server)
- [yap](https://github.com/dominictarr/yap)
## License
ISC