Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.5 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.5 KB

fireconsole.js

Initial implementation of a dynamic console widget leveraging the PINF JavaScript Loader to load all program components.

Demo

fireconsole.github.io/fireconsole.js

Usage

Install

./install.sh

Run

npm start
open http://localhost:8080/

Publish to GiHub Pages

npm run-script publish

Other

npm run-script build
npm run-script clean

Directory Structure

Upon running the demo server, sources from the following directories are automatically assembled into bundles using the pinf-it-bundler build system. These bundles are then loaded and booted in the client by the PINF JavaScript Loader.

  • /demo - Full demo of the widget that loads the full test suite.
  • /tests - Full test suite of all officially supported features.
  • /widget - The shell of the widget that instructs the /loops to boot for a specific DOM context.
  • /loops - The actual implementation of the widget.
  • /receivers - Modules that deal with receiving data in various formats and forwarding it to the widget.
  • /server - Demo server for local development.
  • /scripts - Project toolchain scripting.
  • /bin - Workspace commands.

Legal