1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-16 17:30:27 +00:00
8bitworkshop/README.md

28 lines
557 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
2019-05-20 11:38:27 -04:00
# License
The 8bitworkshop IDE is licensed under GPLv3 (see LICENSE).
Dependencies retain their original licenses.
2019-05-23 17:59:02 -04: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 11:38:27 -04:00