work it
.)brew cask install sublime-text
or brew cask isntall visual-studio-code
Pat yourself on the back, you're almost done — the last thing to do is get a local copy (code on your computer) of the site repository (repo for short).
Orient yourself 1. Open your Terminal and type ls
and hit Enter — this command will list the files and folders of the current directory (folder) 1. Type open .
and hit Enter — this will open up Finder to the current directory. 1. Type mkdir github
and hit Enter — now look at your Finder, you should now see a new folder labeled 'github' in your Home directory (~/
) 1. Type cd github
and hit Enter — you've now navigated to the github folder in your Terminal! - Note that this is our suggested method for organizing your repos, feel free to organize differently.
Now that your Terminal is open to your github folder, it's time to clone the repo!
Copy the url to your clipboard (there's a handy little button 📋)
Type git clone
, paste the repo url and hit Enter — cloning should take about 10 seconds.
Now you need to navigate to the folder — type cd life
and hit Tab, it should autocomplete to liferay.design
— if it does, hit enter, if not, finish typing it out
Take your fingers off the keyboard, and give yourself a hand, you're now ready to begin development!