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