1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-01-11 08:30:02 +00:00
8bitworkshop/README.md

18 lines
267 B
Markdown
Raw Normal View History

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