diff --git a/README.md b/README.md index 88fea86..3093731 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # yachtpit +[![Build](https://github.com/seemueller-io/yachtpit/actions/workflows/ci.yml/badge.svg)](https://github.com/seemueller-io/yachtpit/actions/workflows/ci.yml) -> Warning: Experimental and incomplete. Project is unfunded. +> Warning: Experimental, incomplete, and unfunded. + +

+ +

+ +

+An open-source cross-platform cockpit for Boats, targeting Windows, macOS, Linux, WebAssembly, Android, and iOS. +

-**yachtpit** is an open-source cross-platform cockpit for Boats, targeting Windows, macOS, Linux, WebAssembly, Android, and iOS. \ No newline at end of file diff --git a/package.json b/package.json index fe77f44..b979433 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "files": ["dist"], "scripts": { + "clean": "./cleanup.sh", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], diff --git a/yachtpit.png b/yachtpit.png new file mode 100644 index 0000000..f81e585 Binary files /dev/null and b/yachtpit.png differ