Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.91 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.91 KB

YouCube NY Meetup

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

Building the Site

Node.js and NPM must be installed first.

  1. If you do not have Bower and Grunt installed globally yet, run npm install -g grunt-cli bower.
  2. For your first build, with the current working directory set to this project directory, run npm install && bower install to install necessary dependencies.
  3. Run grunt, again with the current working directory set to this project directory. This will compile all assets without any minification. You can alternately run grunt dist to run the site, minifying HTML, CSS, Javascript, images, etc. This may take several minutes to run.

Pull Requests

All pull requests are welcomed and will be examined for modification to the website.