Awesome
MinimalApp for simshady
This repo provides a minimal Web App to showcase the most important features of the npm package @openpv/simshady. We use it for development purposes.
Setup
- Install yarn
npm install --global yarn
- Install @openpv/simshady either by using
yarn add "@openpv/simshady"
or by linking the development repo of simshady usingyarn link
- Install packages
yarn install
- Start the dev server
yarn dev