mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
16 lines
246 B
Markdown
16 lines
246 B
Markdown
|
# Demo
|
||
|
|
||
|
## Build with Rojo
|
||
|
To build the place, run the following commands from the root of the repository:
|
||
|
|
||
|
```bash
|
||
|
cd demo
|
||
|
rojo build -o "demo.rbxl"
|
||
|
```
|
||
|
|
||
|
Next, open `demo.rbxl` in Roblox Studio and start the Rojo server:
|
||
|
|
||
|
```bash
|
||
|
rojo serve
|
||
|
```
|