Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 409 Bytes

PewView Build Status

Church Presentation software built with electron 📽

Running in development Mode

# Clone the repository
$ git clone https://github.com/matthewcodes/PewView
# Go into the repository
$ cd PewView
# Install dependencies
$ npm install
# Run the app
$ npm start