Telegram Custom Webhooks
| scripts/mocha | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mocharc.js | ||
| .nycrc | ||
| Dockerfile | ||
| package.json | ||
| README.md | ||
| tsconfig.compile.json | ||
| tsconfig.json | ||
| yarn.lock | ||
telegram-proxy
An awesome project based on Ts.ED framework
See Ts.ED project for more information.
Build setup
Important! Ts.ED requires Node >= 10, Express >= 4 and TypeScript >= 3.
# install dependencies
$ yarn install
# serve
$ yarn start
# build for production
$ yarn build
$ yarn start:prod