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
- Host: GitHub
- URL: https://github.com/teodevgroup/teo-blog
- Owner: teodevgroup
- Created: 2024-04-20T09:11:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:53:15.000Z (over 1 year ago)
- Last Synced: 2025-09-05T04:38:46.273Z (10 months ago)
- Language: TypeScript
- Size: 4.02 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```