Go to file
2023-11-24 15:50:36 -06:00
docker-compose.yml Added restart policy to docker compose file 2023-11-24 15:45:14 -06:00
Dockerfile Made the dockerfile 2023-11-18 22:15:40 -06:00
index.html Implement basic typing canvas 2023-11-18 17:40:49 -08:00
README.md Made the readme less professional and more aggressive and then also fixed the formatting 2023-11-18 22:36:39 -06:00
script.js Implement basic typing canvas 2023-11-18 17:40:49 -08:00
style.css merged changes from typehere master repo 2023-11-24 15:50:36 -06:00

A Dockerization of a clone of a web app. Based on the impeccable work of Squadrick who's work was, in turn, based on the impeccable work of typehere.co

typehere.cc

Clone of typehere.co which is no longer available.

It gives you a text canvas where anything you type is stored in the browser's local storage. Convenient scratch-pad right from the browser.

Read more about it here.

Clone the repo and run it. I dare you.

git clone https://git.toad.city/brad/typehere_docker

cd typehere_docker

docker compose up -d

Go to [HostIP]:8585 and type. Type as much as you want. Type as much as you can. Or don't. That's an option as well. I'm not your dad, you figure it out.