Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 782 Bytes

GettingStarted.MD

File metadata and controls

26 lines (19 loc) · 782 Bytes

Getting Started

This document covers details for installing and running the application.

Prerequisites

  • Install NodeJS.
    • I'm using version 16.13.0.
  • Install Git.

If you plan to use the (optional) RGB LEDS with your setup, see Hardware Getting Started

Installing + Running

  1. Clone this repository by executing this command in your terminal:
$ git clone https://github.com/luxdvie/electro-dm.git
  1. Navigate to the directory
$ cd electro-dm
  1. Run npm run setup to setup the project
  2. Run npm run start to run the project in your browser.

From here, you'll see the 'Welcome' screen where you can learn how to use the app.