install.md
477 Bytes
Install
Please install via npm.
$ npm install @line/bot-sdk
You can build from source. Please clone the repository and run the following scripts to build.
$ git clone https://github.com/line/line-bot-sdk-nodejs
$ cd line-bot-sdk-nodejs
$ npm install
$ npm run build
The built result will be placed in dist/
.
For the details of development, please refer to Contributing.