From 06ddc3eeac9bb19d72e0fd5927ecf11b6d8e9bb4 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 20 Dec 2018 12:09:32 -0600 Subject: [PATCH] updated README --- README.md | 11 ++++++++++- tss | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d559812..e057b0d3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # 8bitworkshop -8bitworkshop.com + +To build the 8bitworkshop IDE: git submodule init git submodule update npm i npm run build +Start a web server on http://localhost:8000/ while TypeScript compiles in the background: + + make tsweb + +Run all the tests: + + make test + diff --git a/tss b/tss index d630ddcb..61a1691a 160000 --- a/tss +++ b/tss @@ -1 +1 @@ -Subproject commit d630ddcb29d74a178cde043d74188fac35d6a21f +Subproject commit 61a1691a1de05dca3b694bf603db49ffbaf572cf