πΎ Required software you will need to install β
Before getting started on a π« Smile project you will need to install a few items on your local computer.
1. Install the latest Node.js β
You will need to install Node.js on your computer. You can download the latest version here. After the install completes, verify that you have the npm
command in your terminal program of choice. If you already have Node installed, verify that the version of npm is greater than or equal to 10.9.2. You can check your installed version by typing npm -v
.
2. Create a GitHub account if you haven't and install the command-line tool β
You will also need a GitHub account (a free account is fine). Next, you will need to install the Github Command Line Intervace (CLI). You can download it here using the installer or homebrew. Finally, allow CLI access to your GitHub account by typing in your terminal:
gh auth login --web
3. Install a web browser (or two or three) β
Install Safari, Chrome, ARC and/or Firefox. You may want to install multiple browsers to try out your code in each of them. However, for developing/testing your code, ARC/Chrome is particularly recommended because of the wide range of available extensions.
4. Install VSCode, Vue Extension for VSCode, and Prettier β
It is highly recommended that you use VS Code, the Vue extension, and the Prettier extension. These tools will help you write and debug your code more easily.