diff --git a/example/README.md b/example/README.md new file mode 100644 index 0000000..1b4d31a --- /dev/null +++ b/example/README.md @@ -0,0 +1,8 @@ +# Examples + +If you want to run these examples, you need to execute the following command first. + +```bash +pnpm i +pnpm build +```