Skip to content

Commit

Permalink
cleanup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRSim committed Sep 15, 2022
1 parent d88c947 commit 142a8d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions component/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ And add the following 2 files from the ./dist folder into the build folder.
Also rename .cjs to .js

Without these the component will not work.

# Generate dist folder

Run the build script to generate the dist folder with the component scripts.

```
npm run build
```

0 comments on commit 142a8d5

Please sign in to comment.