1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-27 08:54:48 +00:00
web-based IDE for 8-bit programming and Verilog development
Go to file
2019-01-27 18:52:17 -05:00
bootstrap
cc65
codemirror@4334727f0e
css
doc verilog-vga 2019-01-27 14:50:11 -05:00
emsrc
FileSaver.js@aa9f4e0e03
gif.js@082076d81c
help/bataribasic
images
javatari.js@bd17384fd2
jquery
jsnes
lib
localForage@7428cfc4a6
mame
octokat.js@2cba2d9172
presets verilog-vga: updated presets 2019-01-27 15:29:37 -05:00
romsrc/coleco
scripts minor fixes 2019-01-17 13:04:42 -05:00
src verilog-vga: updated presets 2019-01-27 15:29:37 -05:00
test >32-bit warning for verilog 2018-12-30 13:29:38 -06:00
tools fixed tools for python3 2019-01-09 09:51:04 -06:00
tss@cdd23d15c3 added verilog-vga to platform list; updated tss 2019-01-27 18:52:17 -05:00
_config.yml
.gitignore
.gitmodules added verilog-vga to platform list; updated tss 2019-01-27 18:52:17 -05:00
.htaccess
.travis.yml
demo.html changed book links 2018-12-21 15:51:09 -06:00
embed.html
favicon.ico
index.html added verilog-vga to platform list; updated tss 2019-01-27 18:52:17 -05:00
javatari
LICENSE
LICENSE.txt
Makefile archive.sh 2018-12-21 15:54:52 -06:00
manifest.json added w3c manifest.json 2018-12-22 08:01:14 -06:00
package-lock.json
package.json bumped version to 3.3.0 2018-12-21 15:51:09 -06:00
pixels.html
privacy.html added w3c manifest.json 2018-12-22 08:01:14 -06:00
README.md updated README 2018-12-20 12:09:32 -06:00
redir.html bumped version to 3.3.0 2018-12-21 15:51:09 -06:00
testemu.html
testwave.html
tsconfig.json
verilog.html

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