@knossys/knossys-window-manager
v0.1.22
Published
Development and testing of the Proscenium desktop paradigm
Downloads
1
Readme
Window Manager Drydock
A library to create and manage divs that can be placed in windows, dialogs and floating panels
What is a Drydock?
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