protoux
v0.0.32
Published
runtime for a self-made private prototyping system
Downloads
40
Readme
protoux
(just the runtime for a self-made private prototyping system)
Do not worry about this repository - it just contains the runtime part of a simple self-made prototyping system which is not planned to be published (because it is nothing but a horrible, undocumented and continuously changing hack)
It solely exists to make the runtime publicly available for the demos which are included in other repositories.
Build Instructions
You may easily build this package yourself.
Just install NPM according to the instructions for your platform and follow these steps:
- either clone this repository using git or download a ZIP archive with its contents to your disk and unpack it there
- open a shell and navigate to the root directory of this repository
- run
npm install
in order to install the complete build environment - execute
npm run build
to create a new build
If you made some changes to the source code, you may also try
npm run agadoo
in order to check if the result is still tree-shakable.
You may also look into the author's build-configuration-study for a general description of his build environment.