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