https://github.com/cnodejs/tegg-cnode
Tegg for CNode.js
https://github.com/cnodejs/tegg-cnode
Last synced: 9 months ago
JSON representation
Tegg for CNode.js
- Host: GitHub
- URL: https://github.com/cnodejs/tegg-cnode
- Owner: cnodejs
- License: mit
- Created: 2022-01-08T16:32:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T05:31:31.000Z (about 4 years ago)
- Last Synced: 2025-05-03T12:35:45.927Z (11 months ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## tegg-cnode
[](https://github.com/cnodejs/tegg-cnode/actions/workflows/docker.yml)
[](https://github.com/cnodejs/tegg-cnode/actions/workflows/nodejs.yml)
[](https://codecov.io/gh/cnodejs/tegg-cnode)
> CNodejs.org Powered By Tegg.
## QuickStart
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```
Don't tsc compile at development mode, if you had run `tsc` then you need to `npm run clean` before `npm run dev`.
- [Docker.md](docs/Docker.md)
- [Developement.md](docs/Developement.md)
### Deploy
```bash
$ npm run tsc
$ npm start
```
### Docker
```bash
$ docker pull ghcr.io/cnodejs/tegg-cnode:master
```
### Npm Scripts
- Use `npm run lint` to check code style
- Use `npm test` to run unit test
- Use `npm run clean` to clean compiled js at development mode once
### Requirement
- Node.js 16.x
- Typescript 4.x+
## The OpenAPI Specification (OAS)
- [Swagger API](https://beta.cnodejs.org/api)
- [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification)
## License
[MIT](LICENSE)
## Contributors
[](https://github.com/cnodejs/tegg-cnode/graphs/contributors)