Skip to content

Commit 032e420

Browse files
committed
Update README.md
1 parent 3c24161 commit 032e420

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,24 @@ TODO
1212

1313
## Installation
1414
### NPM
15+
TODO
1516
### Manual
17+
TODO
1618

1719
## Usage
1820
TODO
1921

2022
## Development
21-
TODO
23+
This command will start a `webpack-dev-server` with content of `dev` folder.
24+
```bash
25+
npm run dev
26+
```
2227

2328
## Build
24-
TODO
29+
This command will build a distributable version in the `dist` directory.
30+
```bash
31+
npm run build
32+
```
2533

2634
## Test
2735
TODO

0 commit comments

Comments
 (0)