links-page/README.md
2023-10-05 06:15:44 -04:00

8 lines
397 B
Markdown

# TWS Links Page
This is just a simple page which shows a list of links, styled after the popular
LinkTree service. It's nothing more than a static HTML page with embedded CSS which is served by a barebones node.js server.
## Local testing
The only dependency is Node.js, and you can work with that by just loading the HTML file in your web browser without the server. Just run `node index.js`.