An Apple 1 Emulator in Javascript
Go to file
Will Scullin ff98e1916a
Add test files.
2019-11-23 15:20:21 -08:00
.github/workflows Add test files. 2019-11-23 15:20:21 -08:00
css Fix padding. 2019-09-05 21:24:06 -07:00
js Update 6502. 2019-11-23 15:20:21 -08:00
tapes Little Tower patch. 2019-11-22 21:01:12 -08:00
test Add test files. 2019-11-23 15:20:21 -08:00
.editorconfig Remove jQuery and jQuery UI. 2019-09-05 12:01:48 -07:00
.eslintrc.json Remove jQuery and jQuery UI. 2019-09-05 12:01:48 -07:00
.gitignore First commit to github. 2019-09-04 20:03:11 -07:00
LICENSE First commit to github. 2019-09-04 20:03:11 -07:00
README.md First commit to github. 2019-09-04 20:03:11 -07:00
about.html First commit to github. 2019-09-04 20:03:11 -07:00
apple1js.html Fix load local. 2019-09-05 13:02:18 -07:00
babel.config.js First commit to github. 2019-09-04 20:03:11 -07:00
package-lock.json Fix security audit. 2019-11-21 20:56:06 -08:00
package.json First commit to github. 2019-09-04 20:03:11 -07:00
webpack.config.js First commit to github. 2019-09-04 20:03:11 -07:00

README.md

apple1js

An Apple 1 emulator written in Javascript.

Things are still a little rough around the edges right now, hopefully I will have more time to clean things up.

First

npm install

To run a development server

npm run dev

The open http://localhost:8080/apple1js.html

To build a static distribution into dist

npm run build