Skip to content

tremtec/labs

Repository files navigation

TremTec Labs

This project implements the web app for TremTec labs.

Tech Stack

Install CLI

# local
curl -sSfL http://localhost:8000/install | bash

# prod
curl -sSfL https://labs.tremtec.com/install | bash

Usage

Here we have some useful commands:

# format code
deno fmt

# start project
deno task start

# encrypt and decrypt .env
deno task decrypt
deno task encrypt