Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Dec 12, 2024
1 parent beef763 commit ebb592c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@ WebAssembly of Lindera
## Build project

```shell
% wasm-pack build --release --features=cjk --target=bundler
```

## Build example web application

```shell
% cd example && npm install && npm run build && cp index.html dist/index.html
```

## Run example web application

```shell
% cd example && npm run start
```

0 comments on commit ebb592c

Please sign in to comment.