This project implements the web app for TremTec labs.
# local
curl -sSfL http://localhost:8000/install | bash
# prod
curl -sSfL https://labs.tremtec.com/install | bashHere we have some useful commands:
# format code
deno fmt
# start project
deno task start
# encrypt and decrypt .env
deno task decrypt
deno task encrypt