Update README
This commit is contained in:
parent
8bb3018e84
commit
bc8d398044
12
README.md
12
README.md
@ -1,5 +1,13 @@
|
||||
# Scroll
|
||||
|
||||
Making a text editor in Typescript based on Kilo (Script + Kilo = Scroll)
|
||||
Making a text editor in Typescript based on Kilo (Script + Kilo = Scroll).
|
||||
This runs on [Bun](https://bun.sh/) and [Deno](https://deno.com/).
|
||||
|
||||
Having to compile for Node sucks, so targeting Bun and Deno as runtimes
|
||||
To simplify running, I'm using [Just](https://github.com/casey/just)
|
||||
* Bun: `just bun-run`
|
||||
* Deno: `just deno-run`
|
||||
|
||||
## Development Notes
|
||||
* Runtime differences are adapted into a common interface
|
||||
* Runtime implementations are in the `src/deno` and `src/bun` folders
|
||||
* The main implementation is in `src/common`
|
Loading…
Reference in New Issue
Block a user