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
|
|
|
|
|
2019-05-20 15:38:27 +00:00
|
|
|
# License
|
|
|
|
|
|
|
|
The 8bitworkshop IDE is licensed under GPLv3 (see LICENSE).
|
|
|
|
|
|
|
|
Dependencies retain their original licenses.
|
|
|
|
|
2019-05-23 21:59:02 +00:00
|
|
|
All included code samples (all files under the presets/ directory) are licensed under
|
|
|
|
[CC0](https://creativecommons.org/publicdomain/zero/1.0/)
|
|
|
|
unless otherwise licensed.
|
2019-05-20 15:38:27 +00:00
|
|
|
|