diff options
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). |
