portfolio/README.md

967 B

Portfolio

These are my personal projects.

Packages

FRP tools

Observable property and computed value stores designed to work together for storing real and derived state.

Gallery

A browser-based app for viewing photos. (WIP)

Portal

A utility to expose an asynchronous API between a web worker and its parent.

Router

A slim and unopinionated hash router.

Trimkit

Javascript API abstractions to enhance minification by substituting variables. It's really quite silly.

Dependencies

These are npm --global dependencies:

Installation

  1. Install global dependencies
  2. git clone the repository
  3. lerna bootstrap

Now each package is built and ready for use. Stay tuned for working examples.