forked from rojo-rbx/rojo
17 lines
374 B
Markdown
17 lines
374 B
Markdown
# {project_name}
|
|
Generated by [Rojo](https://github.com/rojo-rbx/rojo) {rojo_version}.
|
|
|
|
## Getting Started
|
|
To build the place from scratch, use:
|
|
|
|
```bash
|
|
rojo build -o "{project_name}.rbxlx"
|
|
```
|
|
|
|
Next, open `{project_name}.rbxlx` in Roblox Studio and start the Rojo server:
|
|
|
|
```bash
|
|
rojo serve
|
|
```
|
|
|
|
For more help, check out [the Rojo documentation](https://rojo.space/docs). |