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

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

Documentation website for Teo.
https://github.com/teodevgroup/teo-docs

Last synced: 10 months ago
JSON representation

Documentation website for Teo.

Awesome Lists containing this project

README

          

TEO Docs
========

Documentation website for Teo.

## Installation

```sh
npm i
```

## Development

```sh
npm run dev
```

## Build and Run

```sh
docker build -t teo-docs .
docker run -p 3000:3000 teo-docs
```