Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 488 Bytes

fartlabs.org

🧪 Official website of FartLabs.

Contribute

We appreciate your help!

Run

Run deno task generate to generate the static files. This is required to run the server because the server serves the generated static files.

Run deno task start to start the server.

Style

Run deno fmt to format the code.

Run deno lint to lint the code.

Run deno check main.ts to check the code.


Developed with 🧪 @FartLabs