scaife-viewer / frontend

Skeleton, Widgets, and other frontend packages for the Scaife Viewer
0 stars 3 forks source link

Scaife Viewer Frontend

Development

There is a host environment setup under ./src that you can run by executing:

yarn serve

This will create a live environment that will auto-reload when changing any source in any of the packages being used. Be warned, that development in Safari is problematic due to the browser over-caching. Use FireFox or Chrome for most reliable development experience.

You can build packages by running:

yarn build

Creating a new package

cd packages
mkdir -p <package-name> && cd <package-name>
yarn init

Release new packages

yarn release

This will run the lerna publish command. You will need to be a member of the scaife-viewer NPM.js organization to publish new releases.