Maker Party 2014
Перейти к файлу
Kate Hudson efa2880fee Bug 1029528 - Modal for thanks for signing up 2014-06-24 17:42:45 -04:00
locale/en_US Add partners logo & move partners agreements docs to /partners page 2014-05-08 09:47:24 -07:00
public Bug 1029528 - Modal for thanks for signing up 2014-06-24 17:42:45 -04:00
views Bug 1029528 - Modal for thanks for signing up 2014-06-24 17:42:45 -04:00
.bowerrc Initial setup 2014-03-19 15:17:49 -07:00
.env-dist Add all languages listed on locale as supported languages. 2014-05-20 15:44:22 -03: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 Add all languages listed on locale as supported languages. 2014-05-20 15:44:22 -03:00
bower.json Add missing webmaker-analytics in bower.json 2014-06-20 15:20:17 -04:00
gtf-ignored-keys.json add missing file 2014-04-07 12:22:38 -07:00
package.json Fix bug 1020535 - Add Webmaker RID 2014-06-10 13:47:52 -07: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.