Blank slate rojo 0.5.x project that you can clone and get to work on.

Austin Reuschle f02e182756 Update README.md 5 年之前
src c8ce35373d Fix styling 5 年之前
.gitignore 4269345481 Add output place to gitignore 5 年之前
.luacheckrc 771d690bdc Converted to sample project 6 年之前
LICENSE.md dad8f7073b Licensing, Readme, and cleanup 6 年之前
README.md f02e182756 Update README.md 5 年之前
default.project.json 886b17678c Update config 5 年之前

README.md

Rojo Sample Project

Blank slate rojo project that you can clone and get to work on.

How to get started

  1. Clone this repository with git clone https://github.com/Nimblz/RojoSampleProject <project name> replace project name with whatever you want to call your new project.
  2. Remove link to this repo with git remote rm origin
  3. Have Rojo set up and added to your PATH, or the project directory. (https://github.com/LPGhatguy/rojo)
  4. Setup your project name and possible dependencies in default.project.json
  5. Run rojo build -o place.rbxlx in your terminal of choice. This will create a place file for you to open and edit.
  6. Run rojo serve
  7. Open the place and activate the rojo plugin
  8. Start writing code! :D

Attribution

This project uses Quenty's luacheck-roblox luacheck config. https://github.com/Quenty/luacheck-roblox

luacheck-roblox is licensed under the MIT license https://github.com/Quenty/luacheck-roblox/blob/master/LICENSE.md