Open source website for the YouTuber/Servers Meetup in New York organized due to the postponing of Mineorama.
- Date: July 12th, 2014
- Time: To Be Determined
- Place: To Be Determined
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 installto 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 distto 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.