Skip to content

Installation

Overview

This page provides information on how to set up your development environment to efficiently use the custom components. Below, you'll find descriptions of the essential tools you'll need, as well as links to additional resources.

Essential Tools

1. Code Editor

A code editor is essential for writing and managing your code. One popular option is Visual Studio Code, which is a powerful, open-source code editor that supports various programming languages and provides a range of features, including debugging, intelligent code completion, and Git integration. You can also choose other editors such as Sublime Text or Atom, depending on your preference.

2. SCSS

SCSS (Sassy CSS) is a popular CSS preprocessor that adds features such as variables, nested rules, and mixins to standard CSS. It's a must-have for building modern styles.

3. Normalize CSS

Normalize CSS is a small CSS file that provides better cross-browser consistency in the default styling of HTML elements. It helps reduce browser inconsistencies and ensures a clean slate for your custom styles.