Files
rojo/assets/default-place-project/README.md
2020-03-13 20:00:48 -07:00

17 lines
354 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 Place.rbxlx
```
Next, open `Place.rbxlx` in Roblox Studio and start the Rojo server:
```bash
rojo serve
```
For more help, check out [the Rojo documentation](https://rojo.space/docs).