README.md 967 B

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