Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 368 Bytes

js-os

A toy OS written in javascript using ts2c and metalkit

Getting started

Make sure you have NodeJS installed

npm i -g ts2c typescript
make init
make run

Contributing

Just drop a PR!

Acknowledgments

This project wouldn't be possible if not metalkit and ts2c.