Maker Party 2014
Перейти к файлу
William Duyck 44bc25785e initial pass at generating needed stats for MP heatmap 2014-05-24 02:20:03 +01:00
locale/en_US Add partners logo & move partners agreements docs to /partners page 2014-05-08 09:47:24 -07:00
public Add more partner logos & update Webmaker logo & move previous partners section down 2014-05-20 16:44:09 -07:00
views Add more partner logos & update Webmaker logo & move previous partners section down 2014-05-20 16:44:09 -07:00
.bowerrc Initial setup 2014-03-19 15:17:49 -07:00
.env-dist initial pass at generating needed stats for MP heatmap 2014-05-24 02:20:03 +01:00
.gitignore No bug - Ignore non-en-US locales 2014-05-20 15:31:36 -04:00
.jsbeautifyrc Initial setup 2014-03-19 15:17:49 -07:00
.jshintrc Initial setup 2014-03-19 15:17:49 -07:00
Gruntfile.js Remove some variables and fix some nunjucks stuff 2014-04-25 23:54:19 -04:00
LICENSE Add License - MPL 2.0 2014-05-05 14:50:37 -07:00
Procfile Fix Procfile 2014-05-05 12:30:18 -07:00
README.md I banish thee to the delete buffer you rogue ] 2014-05-20 15:25:04 -04:00
app.js initial pass at generating needed stats for MP heatmap 2014-05-24 02:20:03 +01:00
bower.json Fix broken /resources page layout by renaming the 'resources' folder in 'public' to 'party-resources' 2014-05-06 11:09:27 -07:00
gtf-ignored-keys.json add missing file 2014-04-07 12:22:38 -07:00
package.json initial pass at generating needed stats for MP heatmap 2014-05-24 02:20:03 +01:00

README.md

makerparty

Makerparty 2014 is happening and we need to spread the word.

Installation

To successfully install and run makerparty you must have the following prerequisites installed:

Once you have installed these prerequisites, you can install makerparty by running the following commands:

  • git clone https://github.com/mozilla/makerparty.git
  • cd makerparty
  • npm install
  • cp env.dist .env

Running the Server

To run the server locally, run grunt. To run the server in production you must run grunt heroku to compile assets and then node app.js to run the server

Configuration

You can configure the server by modifying the .env file or setting environment variables. The settings you can change are:

  • PORT - The port the server binds to. Defaults to 5000.
  • SUPPORTED_LANGS - An array of languages the server supports. Defaults to [ '*' ] which means any languages in the locale/ directory.