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.
- Host: GitHub
- URL: https://github.com/teodevgroup/teo-docs
- Owner: teodevgroup
- License: apache-2.0
- Created: 2024-02-04T18:02:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:54:01.000Z (over 1 year ago)
- Last Synced: 2025-04-05T22:32:14.362Z (about 1 year ago)
- Language: MDX
- Size: 5.47 MB
- Stars: 6
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```