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

Clone the Repository

PreviousInstall RequirementsNextEnvironment Variables

Last updated 4 years ago

Unlike previous versions of the framework, Elentra JS 2.0 has its own dedicated repository, and it needs to be cloned into your Sites directory much the same way as with Elentra ME. To start this process, navigate to the elentra-2x-js repository on GitHub:

cd ~/Sites
git clone git@github.com:ElentraProject/elentra-2x-js.git

Once installed, you should be able to access the directory

cd ~/Sites/elentra-2x-js

https://github.com/ElentraProject/elentra-2x-js