Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 431 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 431 Bytes

osbcad

The project relies on the electron api for access to the file system, so it can only be used through the electron client and not in the browser.

Project setup

npm install

Starts the development server

npm run serve

Starts the electron client

This needs to be called while the development server is running

npm run start

Compiles and minifies for production

npm run build