AnchorArbor
βοΈπ² Create a static link-list page using tailwind
This project is inspired by Denoβs series of articles βA Whole Website in a Single JavaScript Fileβ and the Deno βblogβ module. These projects build HTML site and serve it in real-time with no build step. ArborAnchor is a single page route that offers a function with the signature (req: Request) => Response
. The page renders a list of links, along with optional profile image, meta tags, a summary, and footer. I named it AnchorArborβ’ get it π? In reference to the popular service https://linktr.ee/. It uses tailwind ππ¨ classes for theming π so you can customize the design however you want, and share themes.
Source code running on Deno Deploy π https://dash.deno.com/playground/anchor-arbor
Live code running π https://anchor-arbor.deno.dev/
You can run the exmaple with:
deno run --allow-net ./examples/alpha.ts