This assumes a Linux system. Adapt as needed for Windows.
Note that most of this may be superceeded if a repo is created holding all the proper demo directory structure.
- Create a blank
demo
directory to be the root directory and cd into it:mkdir demo && cd demo
- Initialize the directory as a blank git repository:
git init
- Follow steps 1 and 2 for the component you want to create.
- Make sure to cd back into the root
demo
directory before executing the next step. - Make sure to have git installed. Then run the following command.