Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 257 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 257 Bytes

Spectero's desktop app (webtron)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test