mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-18 03:05:35 +00:00
web-based IDE for 8-bit programming and Verilog development
bootstrap | ||
codemirror@4334727f0e | ||
css | ||
doc | ||
emsrc | ||
FileSaver.js@aa9f4e0e03 | ||
gif.js@082076d81c | ||
help/bataribasic | ||
images | ||
javatari.js@4326d966e3 | ||
jquery | ||
jsnes@94d4a03bc4 | ||
lib | ||
localForage@7428cfc4a6 | ||
mame | ||
nanoasm@53470410c3 | ||
presets | ||
romsrc/coleco | ||
scripts | ||
src | ||
test | ||
tools | ||
tss@5b5ee67fc0 | ||
wasm | ||
web/images/scrnshots | ||
_config.yml | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
embed.html | ||
favicon.ico | ||
index.html | ||
javatari | ||
LICENSE | ||
LICENSE.txt | ||
Makefile | ||
manifest.json | ||
nightwatch.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
testemu.html | ||
testwave.html | ||
tsconfig-base.json | ||
tsconfig.json | ||
tsfmt.json |
The latest release is online at http://8bitworkshop.com/
Install
To build the 8bitworkshop IDE:
git submodule init
git submodule update
npm i
npm run build
Usage
Start a web server on http://localhost:8000/ while TypeScript compiles in the background:
make tsweb
Run Tests
npm test
License
Copyright © 2019 Steven Hugg.
This project is GPL-3.0 licensed.
Dependencies retain their original licenses.
All included code samples (all files under the presets/ directory) are licensed under CC0 unless otherwise licensed.