An Electron application for RIOT configuration XML generation
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Go into the repository
cd riot-storyline-manager
# Install dependencies
npm ci
# Run the app
npm start