Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 612 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 612 Bytes

TypePhil

An application to teach students how to type for Code Phil!

To Run Dev Version:

  1. Make sure you have the latest version of Node.js installed.
  2. Install Electron globally using npm install -g electron
  3. In the root directory, run npm start to start the app.

To Build App

  1. Make sure you install electron-builder globally using npm install -g electron-builder
  2. To build for Mac, in the root directory run build -m, for windows, build -w. Both will place executable code in a dist folder in the root directory.