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:
# Clone this repository
git clone https://github.com/copernicus-mogley/alexandria-raw
# Go into the repository
cd alexandria-raw
# Install dependencies and run the app
npm install && npm start
# Build with electron-builder
npm install electron-builder
build
Learn more about Alexandria (http://alexandria.io).