From b26a39a461f8ac4730551f0cc2e725f2e007f150 Mon Sep 17 00:00:00 2001 From: ModZero Date: Sun, 23 Aug 2020 01:21:01 +0200 Subject: [PATCH] Add a readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..511bc17 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Carrier Signal Lost - Client + +This is a client for [Carrier Signal Lost][1], just a toy for fooling around +with TypeScript and websockets - and if I ever get to that, canvas stuff. + +## How to run + +Make sure you have Carrier Signal Lost running on localhost. Then, run +`npm run serve` and go to `https://localhost:8080/`. + +[1]: https://fullspectrumconfidence.modzero.xyz/gitea/modzero/carrier-signal