μJam – Documentation

Cloning Templates #

Prerequisites #

It is assumed, that you have

Cloning a Template #

Say you want to create a website similar to an already existing website from one of the basic μJam template repositories or others. Than you can

Let's go briefly through these steps by cloning the repository microjam-simple as an example.

  1. Start VSCode in empty mode – with no file or folder open.
  2. Open the Explorer View. Here you are offered to Clone Repository.
open empty VSCode
Fig. 1: Clone Remote Repository.
  1. Press button Clone Repository and enter the template url.
enter template url
Fig. 2: Enter Template Url.
  1. You will be asked to select the local directory, where to copy the template files into.
  2. After successfully copied the template files you recieve a notification asking you to open the cloned repository.
copy success notification
Fig. 3: Copy Success Notification.
  1. You might want to open the cloned repository.
Open cloned repository
Fig. 4: Opened Cloned Repository.
  1. Modifying structure, style and content of your local repository is described here.
  2. For publishing your repository to your GitHub account read here or here in more detail.

If you otherwise want to go the direct way to create a remote GitHub repository from an existing template repository you are guided through this process here very well.