Front end powered by React & Ratchet.
Node must be installed.
npm update
will install all npm dependencies (defined in package.json
) into /node_modules/
.
Build libraries include gulp, browserify & reactify. See package.json
for more.
Build scaffolding based on fforw/gulp-react.
Use gulp
to just build, and gulp watch
to enable streaming build.
See gulpfile.js
for details.
We track and estimate our work using GitHub issues, according to the following points system:
- 1 - XS (1-2 hours)
- 2 - S (2-4 hours)
- 3 - M (4-8 hours)
- 5 - L (2-3 days)
- 8 - XL (5 days)
Anything larger than XL should be broken down into smaller tasks.