add readme

This commit is contained in:
hzrd149 2024-09-25 16:18:50 -05:00
parent b554843d92
commit 4a8145aaa8
2 changed files with 16 additions and 1 deletions

15
README.md Normal file
View File

@ -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`

View File

@ -22,7 +22,7 @@
<template id="site"> <template id="site">
<div class="site"> <div class="site">
<a class="pubkey link"></a> <a class="pubkey link" target="_blank"></a>
<span class="date"></span> <span class="date"></span>
</div> </div>
</template> </template>