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.

Last updated