Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.07 KB

leaonline-stack

Technology Stack documentation for leaonline.

Base Stack

Javascript Frameworks

  • Meteor - Cutting edge JS Framework

Frontend

Rendering Engine

  • TBD

UI Framework

Backend

Database

Utilities

Evaluating Input Pattern

  • Dice's Coefficient - Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.

Dev Tools

Version control

  • gren - Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.

Code quality

  • standard - JavaScript Style Guide, with linter & automatic code fixer
  • csslint - Automated linting of Cascading Stylesheets