Elentra JS Documentation
2.0
2.0
  • Introduction
  • Why Elentra JS 2.0?
    • Dedicated Repository
    • TypeScript
    • Class-Based Components
    • Vue Standard Routing
    • Organizational Theming
    • Yarn Package Manager
  • Developers
    • Getting Started
    • Setup Guide
      • Install Requirements
      • Clone the Repository
      • Environment Variables
      • Install Dependencies
      • Serve Dev Mode
  • Design System
    • Overview
    • Component Library
      • Directory Structure
      • Components
    • Style Library
      • Directory Structure
      • How it Works
        • Variables
        • Mixins
        • Utility Classes
        • Elements
        • Legacy Styles
        • Shim
    • Taxonomy
      • UI Taxonomy
      • UX Taxonomy
      • Variable & Utility Class Naming Convention
Powered by GitBook
On this page
  1. Developers
  2. Setup Guide

Install Dependencies

Now that you have the elentra-2x-js repository cloned into your Sites directory and your environment variables are configured, you'll need to install all of the dependencies that Elentra JS 2.0 needs to run. You can do this by opening a terminal window and navigating into the repository directory. If you are using the Elentra-recommended location, on MacOS you can run the following command:

cd ~/Sites/elentra-2x-js

Once your present working directory is elentra-2x-js, you can install all of the necessary dependencies by simply running:

yarn install

Running the command for the first time will likely take 5 minutes (or more depending on your machine). The terminal will display a visual gauge indicating the progress of the install process.

PreviousEnvironment VariablesNextServe Dev Mode

Last updated 4 years ago