Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 531 Bytes

File metadata and controls

36 lines (25 loc) · 531 Bytes

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