mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 23:30:58 +00:00
updated README
This commit is contained in:
parent
c25d66543e
commit
06ddc3eeac
11
README.md
11
README.md
@ -1,8 +1,17 @@
|
|||||||
# 8bitworkshop
|
# 8bitworkshop
|
||||||
8bitworkshop.com
|
|
||||||
|
To build the 8bitworkshop IDE:
|
||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
npm i
|
npm i
|
||||||
npm run build
|
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
|
||||||
|
|
||||||
|
2
tss
2
tss
@ -1 +1 @@
|
|||||||
Subproject commit d630ddcb29d74a178cde043d74188fac35d6a21f
|
Subproject commit 61a1691a1de05dca3b694bf603db49ffbaf572cf
|
Loading…
Reference in New Issue
Block a user