Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 555 Bytes

alexandria-raw

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).