mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-20 00:17:04 +00:00
updated README
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+1
-1
Submodule tss updated: d630ddcb29...61a1691a1d
Reference in New Issue
Block a user