mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
17 lines
344 B
Markdown
17 lines
344 B
Markdown
|
# example
|
||
|
Generated by [Rojo](https://github.com/rojo-rbx/rojo) 7.4.1.
|
||
|
|
||
|
## Getting Started
|
||
|
To build the place from scratch, use:
|
||
|
|
||
|
```bash
|
||
|
rojo build -o "example.rbxlx"
|
||
|
```
|
||
|
|
||
|
Next, open `example.rbxlx` in Roblox Studio and start the Rojo server:
|
||
|
|
||
|
```bash
|
||
|
rojo serve
|
||
|
```
|
||
|
|
||
|
For more help, check out [the Rojo documentation](https://rojo.space/docs).
|