/osb-cad

Primary LanguageTypeScript

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