Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

How to get started on a second machine

If you already have the templates running on your computer and hosted on GitHub, it is very easy to invite a collaborator or to use a second machine. Importantly you do not need to create the template repository again.

On the second machine prepare the system and open a terminal on Mac/Linux or the Powershell on Windows. Then type

$ git clone <url_of_your_repository>
$ cd <name_of_your_project>
$ pixi run prek install

Now your’re all set!