Skip to content

WearableLearning Website Development Environment Setup

SaiGattupalli edited this page Feb 27, 2023 · 2 revisions

WearableLearning Website Development Environment Setup

This wiki page provides information on development environment setup and tools to get you ready to develop code for the WearableLearning website.

Development Tools Needed

Step 1/3: The first step is to use a code editor. You can use any editor of your choice, and we recommend using Visual Studio Code.

Download the appropriate OS version here - https://code.visualstudio.com/download

Step 2/3: Next, launch VS Code and click the Extensions button on the left panel. Search for "live server" (by author: Ritwick Dey) and install the extension. This extension helps web developers preview their work in real time.

Screenshot 2023-02-26 at 9 11 54 PM

Step 3/3: Install another extension called "Google Fonts" (by author: Lior CHAMLA). Using this extension, developers can quickly insert Google Fonts API in their designs.