We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e514e commit 2cee166Copy full SHA for 2cee166
HACKING.md
@@ -0,0 +1,18 @@
1
+## First steps
2
+
3
+Clone the repository and install dependencies.
4
5
+```shell
6
+$ git clone [email protected]:tarantool/setup-tarantool.git
7
+$ cd setup-tarantool
8
+$ npm install
9
+```
10
11
+## Contribute
12
13
+Edit the source and regenerate the `index.js` file.
14
15
16
+$ vim src/main.ts
17
+$ npm run pre-checkin
18
README.md
@@ -42,3 +42,5 @@ The scripts and documentation in this project are released under the [MIT Licens
42
# Contributions
43
44
Contributions are welcome! Just open an issue or send a pull request.
45
46
+Check out [HACKING.md](./HACKING.md) file for hints.
0 commit comments