Skip to content

Development Environment Setup

Sumner Evans edited this page Dec 15, 2016 · 6 revisions

Development Environment Setup

  1. Clone this repository and update submodules

     git clone [email protected]:MadeFromTheBlue/angle.git
     git submodule update --init --recursive
    
  2. Use IntelliJ and choose File -> New -> Project from Existing Sources...

  3. Select "Gradle"

  4. Click Finish and let IntelliJ do it's thing

What Next: Understanding the Angle Codebase

Clone this wiki locally