mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
12 lines
237 B
Markdown
12 lines
237 B
Markdown
|
# Examples
|
||
|
|
||
|
This folder contains code examples for the Luau/Typescript APIs.
|
||
|
|
||
|
## Run with Luau
|
||
|
To run the examples with Luau, run the following commands from the root of the repository:
|
||
|
|
||
|
```sh
|
||
|
cd examples/luau
|
||
|
luau path/to/file.luau
|
||
|
```
|