An open API service indexing awesome lists of open source software.

https://github.com/tremtec/labs

TremTec labs
https://github.com/tremtec/labs

deno deno-deploy fresh preact signals twind-deno

Last synced: 3 months ago
JSON representation

TremTec labs

Awesome Lists containing this project

README

          

# TremTec Labs

This project implements the web app for
[TremTec labs](https://labs.tremtec.com).

## Tech Stack

- [Deno](https://deno.land/)
- [Fresh](https://fresh.deno.dev/)
- [GPG](https://www.gnupg.org/)

### Install CLI

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

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

### Usage

Here we have some useful commands:

```sh
# format code
deno fmt

# start project
deno task start

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