Building a toy text editor with the base following the kilo editor
Following the amazing step by step instruction guide here : Build your own text editor
Development steps :
- Install docker
- Run : docker compose watch for a live development server that runs the compiler and build on each edit
- Run : docker exec -it txtedit for live testing