Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 291 Bytes

HACKING.md

File metadata and controls

18 lines (13 loc) · 291 Bytes

First steps

Clone the repository and install dependencies.

$ git clone [email protected]:tarantool/setup-tarantool.git
$ cd setup-tarantool
$ npm install

Contribute

Edit the source and regenerate the index.js file.

$ vim src/main.ts
$ npm run pre-checkin