# connectionmachine export NODE_OPTIONS=--max-old-space-size=800 ## Web text editor This repo includes a FastAPI-based web editor in `editor/` for editing text files. Run it from the project root: ```bash pipenv run start ``` Then open [http://localhost:8000](http://localhost:8000).