Преглед на файлове

docs: add instructions to run examples (#45)

Cheong Yip преди 1 година
родител
ревизия
8983eb52fd
променени са 1 файла, в които са добавени 11 реда и са изтрити 0 реда
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -205,3 +205,14 @@ To build the project files run:
 ```sh
 npm run build
 ```
+
+## Examples
+
+> [!IMPORTANT]
+> Note: Ensure that `npm build` has been run before running the examples.
+
+To run the examples run:
+
+```sh
+npx tsx examples/<folder-name>/<file-name>.ts
+```