8000 GitHub - rozek/protoux: (just the runtime for a self-made private prototyping system)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ protoux Public

(just the runtime for a self-made private prototyping system)

License

Notifications You must be signed in to change notification settings

rozek/protoux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. either clone this repository using git or download a ZIP archive with its contents to your disk and unpack it there
  2. open a shell and navigate to the root directory of this repository
  3. run npm install in order to install the complete build environment
  4. 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.

License

MIT License

About

(just the runtime for a self-made private prototyping system)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0