Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 409 Bytes

Linklab

Linklab is a Linktree alternative powered by Deno Deploy.

Development

Install the Deno toolchain: https://deno.land/manual/getting_started/installation

Run deno task start to start the program.

Run deno fmt to format the code.

Run deno lint to lint the code.

Run deno check *.ts *tsx to type-check the code.


Developed with <3 by @EthanThatOneKid