1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-12-26 07:29:22 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-12-28 13:50:31 -06:00
bootstrap
codemirror@4334727f0e
css
doc updated presets 2019-12-14 11:21:57 -06:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@4326d966e3
jquery
jsnes@94d4a03bc4
lib
localForage@7428cfc4a6
mame
nanoasm@53470410c3
presets fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver 2019-12-27 09:58:46 -06:00
romsrc/coleco
scripts
src openRelevantListing() picks listing or source file 2019-12-28 13:50:31 -06:00
test initial swag at openRelevantListing(), still needs work on cc65 2019-12-27 20:53:44 -06:00
tools
tss@5b5ee67fc0
wasm c64: updated filesystem, presets, load/save 2019-12-21 11:54:26 -06:00
web/images/scrnshots updated presets 2019-12-14 11:21:57 -06:00
_config.yml
.gitattributes
.gitignore updated presets 2019-12-14 11:21:57 -06:00
.gitmodules
.travis.yml
embed.html refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
favicon.ico
index.html fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver 2019-12-27 09:58:46 -06:00
javatari
LICENSE
LICENSE.txt
Makefile added Sentry link 2019-11-09 11:02:33 -06:00
manifest.json
nightwatch.json
package-lock.json fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver 2019-12-27 09:58:46 -06:00
package.json fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver 2019-12-27 09:58:46 -06:00
README.md
testemu.html
testwave.html
tsconfig-base.json refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
tsconfig.json refactored into composite typescript project (multiple tsconfig.json files) 2019-10-26 10:38:21 -05:00
tsfmt.json

Build Status

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.