Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 446 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 446 Bytes

Datalink 6805 Online Assembler

This is a port of the datalink ASM6805 assembler into Typescript to run on a web page

It currently utilizes Tailwind CSS as the CSS framework.

Building the code

After pulling down the repository, install all the npm modules with:

npm install

To run a local version

npm run serve

To compile a production version into the dist directory

npm run build