Skip to content

Commit 0563600

Browse files
committed
Updated readme.
1 parent 5cafd7b commit 0563600

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# Wavetable Synth
22

3-
install:
3+
Install:
44
```
55
git clone https://github.com/looshi/wavetable-synth-2.git
66
npm install
77
```
8-
build:
8+
Run locally:
99
```
10-
npm run build:dev -s
10+
npm run dev
1111
```
12-
build and watch:
12+
Build:
1313
```
14-
npm run build:dev -s -- --watch
15-
```
16-
run webpack server:
17-
```
18-
npm run dev -- --watch
14+
npm run build
1915
```

0 commit comments

Comments
 (0)