Skip to content

Electron App for PGDM

License

MIT, CC0-1.0 licenses found

Licenses found

MIT
LICENSE
CC0-1.0
LICENSE.md
Notifications You must be signed in to change notification settings

ucd-library/pgdm-ui

Repository files navigation

pgdm-ui

Electron App for PGDM

Dev Install

Install development version of pgdm-ui

Requirements

Pull code

First time clone:

git clone https://github.com/ucd-library/pgdm-ui

pull changes:

cd pgdm-ui
git reset HEAD --hard
git pull

Install dependencies

Install NPM dependencies

npm install

Run app

npm start