diff --git a/README.md b/README.md new file mode 100644 index 0000000..35b534d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# nsite-ts + +A Typescript implementation of [nsite](https://github.com/lez/nsite) + +## Running with docker-compose + +```sh +git clone https://github.com/hzrd149/nsite-ts.git +cd nsite-ts +docker compose up +``` + +Once the service is running you can access the cached version at `http://localhost:8080` + +If you need to test, you can directly access the ts server at `http://localhost:3000` diff --git a/public/index.html b/public/index.html index 9e3679a..ac75cae 100644 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,7 @@