Quickstart

A quick dive into getting started with Lore

Installing Node

Before you can use Lore, you will need to install Node, which you can download from http://nodejs.org.

As an alternative to downloading Node directly, you can also use one of the available Node Version Managers (NVMs). The advantage of using an NVM over installing Node directly is that they allow you to easily change which version of Node you are using. This can be helpful for checking if an issue you're seeing is related to a specific version of Node, or just to make sure that your code works with older (or newer) versions that other people might use to run your code.

If you are on a Mac, you can use nvm.

If you are on a Windows machine, you can use nvm-windows.