diff options
| author | Jannis R <mail@jannisr.de> | 2020-05-01 23:21:22 +0200 |
|---|---|---|
| committer | Jannis R <mail@jannisr.de> | 2020-05-02 16:35:49 +0200 |
| commit | fff4d0666f44781a7998174dbc700322f496676d (patch) | |
| tree | 359d72b5dcc4c12c60881c9fd4c3076f3d6c3849 /readme.md | |
init
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4a2c50b --- /dev/null +++ b/readme.md @@ -0,0 +1,29 @@ +# gemini + +**An experimental [Gemini](https://gemini.circumlunar.space) server.** + +[](https://www.npmjs.com/package/@derhuerst/gemini) +[](https://travis-ci.org/derhuerst/gemini) + + +[](https://gitter.im/derhuerst) +[](https://patreon.com/derhuerst) + + +## Installation + +```shell +npm install @derhuerst/gemini +``` + + +## Usage + +```js +todo +``` + + +## Contributing + +If you have a question or need support using `gemini`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, use [the issues page](https://github.com/derhuerst/gemini/issues). |
