Skip to content

Important Docs

Dethe Elza edited this page Jan 13, 2019 · 3 revisions

Core

We use Handlebars for templating, PostgreSQL for data, and Node/Express for our back-end. We are moving away from frameworks, builders, compilers, minifiers, as much as reasonably possible.

  • Handlebars Docs
  • PostgreSQL 9.6
  • Doc search superpower: mdn.io/[your search terms here will jump to the (usually) relevant Mozilla Developer Network page. Behind the scenes it does a Google search of MDN and then loads the first result.

Components

Potentially helpful for developing the editing components. None of this is set in stone, but good to have a shared basis for discussion.

Tools

Object Models

For day-to-day work, looking at what is returned by adding ?returns=json to a URL is probably good enough, but it there are questions about what is actually specified vs. what is implemented, the core data design docs are here:

Philosophy

More detail about our development goals:

Fun:

Stop all the things:

Clone this wiki locally