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

https://github.com/teodevgroup/teo-blog

The official blog
https://github.com/teodevgroup/teo-blog

Last synced: 4 months ago
JSON representation

The official blog

Awesome Lists containing this project

README

          

TEO Blog
========

Official blog for Teo.

## Installation

```sh
npm i
```

## Development

```sh
npm run dev
```

## Build and Run

```sh
docker build -t teo-blog .
docker run -p 3100:3100 teo-blog
```