Skip to content

Getting started

Creating a repository

To create your own repository from the template, navigate to its GitHub page and click Use this template. See GitHub's documentation for more details.

Opening an existing project

Follow these steps:

  1. Clone the repository and move into its directory:

    git clone https://github.com/MyRepoName
    cd MyRepoName
    
  2. Run the setup.sh script to create the local settings file local_env.sh, and verify that local executables are correctly installed:

    bash setup.sh
    
  3. Run the run_all.sh script to check that the template runs without error:

    bash run_all.sh