Skip to content

IDE for writing and assembling programs for my relay computer

License

Notifications You must be signed in to change notification settings

paul80nd/relay-computer-ide

Repository files navigation

relay-computer-ide

This is a code editor and assembler for my relay computer using Angular + Monaco.

More information on my relay computer can be found at my blog

This project was generated with Angular CLI version 14.2.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

If the built project will not be hosted at the root url then it can be built as follows, for example, ng build --base-href https://editor.relaycomputer.co.uk

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.