mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-19 08:27:40 +00:00
37bb4e7a607715dee1d0ca51009edafc2a3b23d7
8bitworkshop
To build the 8bitworkshop IDE:
git submodule init
git submodule update
npm i
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
Languages
JavaScript
49.6%
TypeScript
19.2%
C
16.4%
Verilog
5.9%
Assembly
4.9%
Other
3.9%