sleeb

an experimental input method
git clone https://tongong.net/git/sleeb.git
Log | Files | Refs | README

commit 59608adc209b77cd5af11e1e6295a11f3eabee28
parent 7047060c32cbc460ca1e70d81b38e8447a01e464
Author: tongong <tongong@gmx.net>
Date:   Sat, 26 Feb 2022 13:23:41 +0100

added readme

Diffstat:
M.gitignore | 2--
AREADME.md | 8++++++++
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,5 +1,3 @@ -.netlify -netlify.toml .parcel-cache dist node_modules diff --git a/README.md b/README.md @@ -0,0 +1,8 @@ +# sleeb + +## about +An explanation of the project can be found [here](https://tongong.github.io/sleeb/#!/about). + +## building +A development server can be started with `make dev`. See the `Makefile` for +more.