Files
rojo/assets/default-place-project/README.md
2020-06-22 14:14:42 -07:00

17 lines
372 B
Markdown

# {project_name}
Generated by [Rojo](https://github.com/Roblox/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).