@wrenchcoach/dom-label
v1.0.3
Published
A Label made up of a headding and body text, rendered using a dom tree. Could easily be
Downloads
8
Readme
Wrenchcoach DOM Label
A Label made up of a headding and body text, rendered using a dom tree. Could easily be
Docs
Getting started
- Install Git
- Install Nodejs
- from here: https://nodejs.org/en/download/
- Use default options. It should be straight forward.
- Install dependencies.
- Install yarn
- Run
yarn install
- Run the HTTP Server
- Build:
- See npm scripts section below.
Scripts
yarn build
- produces production version of ZeaEngine.yarn build:dev
- produces development version of ZeaEngine and runs a watcher. Edited source code should auto-recompile.
Publishing a new build
yarn dist