links-page/README.md

8 lines
397 B
Markdown
Raw Normal View History

2023-10-05 10:15:44 +00:00
# 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`.