Skip to content
Trevor DeVore edited this page Mar 12, 2017 · 6 revisions

The levure folder contains a copy of the Levure master on Github.

  • 📂 your_project_folder
    • 📂 levure
      • 📁 docs
      • 📁 framework
      • 📁 packager
      • 📁 sample_app
      • 📁 utils
    • 📁 your_application_folder

You should not modify any code in the levure folder. If you followed the suggested setup for your project then the levure folder is a Git submodule that can easily be synced with the Levure master on Github.

To sync the levure folder submodule to the latest master, enter the following on your terminal command line (make sure you are in the root of your project folder):

git submodule update --remote levure

Clone this wiki locally