Improve docs, add internals guide

This commit is contained in:
Lucien Greathouse
2019-02-07 17:11:35 -08:00
parent 4d3036d030
commit be853ba2a7
5 changed files with 58 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
[TOC]
## Creating the Rojo Project
To use Rojo to build a place, you'll need to create a new project file, which tells Rojo how your project is structured on-disk and in Roblox.
Create a new folder, then run `rojo init` inside that folder to initialize an empty project.