Skip to content

Commit 9367274

Browse files
committed
2 parents 46eea19 + 4935857 commit 9367274

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Labkar Algorithms
2+
3+
This repo contain labkar algorithms functions.
4+
5+
## Installation
6+
7+
Firstly, install dependency.
8+
9+
```bash
10+
npm install
11+
```
12+
13+
## Watch & Development
14+
15+
```javascript
16+
npm run start
17+
npm run start:dev
18+
```

0 commit comments

Comments
 (0)