Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 211 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 211 Bytes

TEO Docs

Documentation website for Teo.

Installation

npm i

Development

npm run dev

Build and Run

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