1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-26 01:55:00 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-05-14 15:08:26 -04:00
bitmap-fonts@6f52a7ca08
bootstrap set __lastrepo from repo id; moved to bootbox for some alerts/prompts/confirms 2019-05-12 13:13:00 -04:00
bootstrap-tourist@12ede28478
cc65
codemirror@4334727f0e
css reverted stack display change 2019-05-04 19:17:15 -04:00
doc nes: updates 2019-05-13 22:52:50 -04:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
ibmfonts@7a9227d430
images
javatari.js@bd17384fd2
jquery
jsnes@94d4a03bc4
lib working on github integration; added nes chase game and support folders/; removed ga() 2019-05-06 18:22:03 -04:00
localForage@7428cfc4a6
mame
presets nes: updates 2019-05-13 22:52:50 -04:00
romsrc/coleco
scripts
src create skeleton file at load time if no file found 2019-05-14 15:08:26 -04:00
test use new neslib2.lib w/ seperate object files 2019-05-14 12:24:35 -04:00
tools
tss@5b5ee67fc0 will load bios on startup from binary file "local/<platformid>.rom" 2019-05-08 00:02:42 -04:00
_config.yml
.gitattributes
.gitignore
.gitmodules working on github integration; added nes chase game and support folders/; removed ga() 2019-05-06 18:22:03 -04:00
.travis.yml
embed.html
favicon.ico
index.html nicer break expression dialog 2019-05-14 09:40:10 -04:00
javatari
LICENSE
LICENSE.txt
Makefile
manifest.json
package-lock.json set __lastrepo from repo id; moved to bootbox for some alerts/prompts/confirms 2019-05-12 13:13:00 -04:00
package.json set __lastrepo from repo id; moved to bootbox for some alerts/prompts/confirms 2019-05-12 13:13:00 -04:00
README.md
testemu.html
testwave.html
tsconfig.json

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