8bitworkshop/README.md

18 lines
267 B
Markdown
Raw Normal View History

2016-12-16 00:56:58 +00:00
# 8bitworkshop
2018-12-20 18:09:32 +00:00
To build the 8bitworkshop IDE:
2018-07-26 15:50:20 +00:00
git submodule init
git submodule update
npm i
npm run build
2018-12-20 18:09:32 +00:00
Start a web server on http://localhost:8000/ while TypeScript compiles in the background:
make tsweb
Run all the tests:
make test