Coder Social home page Coder Social logo

jbuck / build.webmaker.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mozilla/build.webmaker.org

0.0 2.0 0.0 44.16 MB

Source behind MoFo's project tracking site

Home Page: https://build.webmaker.org

License: Mozilla Public License 2.0

JavaScript 88.61% CSS 11.39%

build.webmaker.org's Introduction

build.webmaker.org

Build Status

Build is a site that we use to track what we are working on now and in the future. It provides a central resource for staff and contributors who are interested in the who, what, and how we build product for Webmaker.

Getting Started

Clone & Install

git clone [email protected]:MozillaFoundation/build.webmaker.org.git
cd plan
cp env.sample .env
npm install

Edit .env

  • PLAN_SESSION_SECRET should be whatever you want it to be.
  • PLAN_GITHUB_CLIENTID and PLAN_GITHUB_CLIENTSECRET should be obtained by creating a new Developer Application in Github (https://github.com/settings/applications). For Authorization callback URL, make sure you use /auth/github/callback prefixed by the address of the host you use for the app.
  • PLAN_GITHUB_TOKEN is optional but will help avoid rate limiting, and is a Personal Access Token generated on the same page. It needs to have read:org permissions in order to do autocomplete based on teams in the /add field.
  • PLAN_GITHUB_HOST is the url at which the server is running (for github oauth)

Run

In development mode, do:

gulp liveserve

This will do a full lint and full minification of the server on initial startup, but a lighter weight (and much faster) reprocessing on changes it detects while the server is running. Code changes result in a server reload in <2s. LESS changes are processed almost instantly.

Otherwise, you can start the server by simply running (note, you will have to restart the process to see changes):

node app.js

Once running you can view the local server by navigating to: 'http://localhost:8080'. If you prefer a different port, you can add a PORT variable to .env.

build.webmaker.org's People

Contributors

secretrobotron avatar

Watchers

Jon Buckley avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.