vMozilla / network

Mozilla Leadership Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mozilla Leadership Network

Build Status Uses Mofo Standards

Development

Setup

Requirements: Node, npm, git.

Run the following terminal commands to get started:

  • git clone https://github.com/mozilla/network.git
  • cd network
  • npm start

This will install all dependencies, build the code, start a server at http://127.0.0.1:2017, and launch it in your default browser.

Stack

HTML

HTML is generated from Pug templates (formerly known as Jade).

Localized strings are pulled from Java .properties files located in /locales.

CSS

CSS is generated from Sass. The Mofo Bootstrap theme is pulled in by default.

File Structure

.
├── dest <- Compiled code generated from source. Don't edit!
├── locales <- Localized strings (Java .properties syntax)
├── scripts <- Scripts run by npm tasks
└── source <- Source code
    ├── images <- Image assets
    ├── pug <- Pug/Jade templates
    └── sass <- Sass code

Deployment

TODO: Add the specifics for deployment.

About

Mozilla Leadership Network

License:Mozilla Public License 2.0


Languages

Language:JavaScript 58.2%Language:HTML 31.7%Language:CSS 10.2%