@knossys/knossys-virtual-desktop
v0.1.6
Published
Development and testing of the Knossys Proscenium desktop manager
Downloads
2
Readme
Virtual Desktop Drydock
An icon canvas component displaying lined up icons each corresponding to a launchable Proscenium application
Using and Developing the React Code
We've provided several useful scripts that should get you up and running quickly. All you should need to have installed on your machine is NPM:
https://www.npmjs.com/get-npm
- Clone this repo
- Change into the react directory
- Run
npm install
or./install.sh
to install all the dependencies - Run
npm run start
or./server.sh
to start webpack development server (starts on port 8084) - Run
npm run build
or./build.sh
to build the production code in ./dist - Run
npm run watch
or./dev.sh
to build the development code in ./dist