Open source website for the YouTuber/Servers Meetup in New York organized due to the postponing of Mineorama.
In order to get admitted to the Meetup you need to have your Mineorama ticket, which will not be collected. You will have to provide proof of registration for the meetup that you got when registering for your ticket on the follwing website: http://goo.gl/7sAk0x. Registering at http://goo.gl/7sAk0x is mandatory for admission.
Anyone that is 15 or younger that is panning on attending has to be with a legal guardian.
- Date: July 12th, 2014
- Time: 9:00 AM to 6:00 PM EST
- Place: 125 West 18th Street New York, NY 10011
Node.js and NPM must be installed first.
- If you do not have Bower and Grunt installed globally yet, run
npm install -g grunt-cli bower
. - For your first build, with the current working directory set to this project directory, run
npm install && bower install
to install necessary dependencies. - Run
grunt
, again with the current working directory set to this project directory. This will compile all assets without any minification. You can alternately rungrunt dist
to run the site, minifying HTML, CSS, Javascript, images, etc. This may take several minutes to run.
All pull requests are welcomed and will be examined for modification to the website.