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
- Host: GitHub
- URL: https://github.com/tremtec/labs
- Owner: tremtec
- Created: 2022-09-18T16:11:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T00:17:58.000Z (over 2 years ago)
- Last Synced: 2023-11-22T15:47:49.300Z (over 2 years ago)
- Topics: deno, deno-deploy, fresh, preact, signals, twind-deno
- Language: TypeScript
- Homepage: https://labs.tremtec.com
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```