mirror of
https://github.com/whscullin/apple1js.git
synced 2024-11-29 20:49:21 +00:00
28 lines
411 B
Markdown
28 lines
411 B
Markdown
|
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
|
||
|
|
||
|
```sh
|
||
|
npm install
|
||
|
```
|
||
|
|
||
|
To run a development server
|
||
|
|
||
|
```sh
|
||
|
npm run dev
|
||
|
```
|
||
|
|
||
|
The open
|
||
|
[http://localhost:8080/apple1js.html](http://localhost:8080/apple1js.html)
|
||
|
|
||
|
To build a static distribution into `dist`
|
||
|
|
||
|
```sh
|
||
|
npm run build
|
||
|
```
|