2023-10-27 11:51:04 -04:00
|
|
|
# Scroll
|
|
|
|
|
2023-11-10 21:24:47 -05:00
|
|
|
Making a text editor in Typescript based on Kilo (Script + Kilo = Scroll).
|
|
|
|
This runs on [Bun](https://bun.sh/) and [Deno](https://deno.com/).
|
2023-10-27 11:51:04 -04:00
|
|
|
|
2023-11-10 21:24:47 -05:00
|
|
|
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`
|