Git Product home page Git Product logo

emmhack's Introduction

EMMHack 2016 Website

This site is built using the Middleman static website generator

Programming languages

Ruby, HTML5, CSS, Javascript

Dev Requirements

  • Operating system
    • Any unix-like system (Linux, or macOS) [Recommended]
    • If working on windows, a bit of googling will help you setup a ruby dev environment on your computer
  • Ruby 2.3.3 (Install using a Ruby version Manager RVM or rbenv)
  • Bundler - Install this after installing Ruby

Once you have ruby installed, clone this repository then go into the directory

$ git clone <replace-with-repository-url>
$ cd Website

Once in the website directory, install all the project dependencies

$ bundle install

To run the site in while in development, execute the following command

$ bundle exec middleman serve

You should get an output similar to the following in your terminal:

== The Middleman is loading
== LiveReload accepting connections from ws://192.168.0.101:35729
== View your site at "http://localhost:4567", "http://127.0.0.1:4567"
== Inspect your site configuration at "http://localhost:4567/__middleman", "http://127.0.0.1:4567/__middleman"

Visit http://localhost:4567 from your browser.

Deployment

In order to deploy this site, you first need to build it

$ bundle exec middleman build

This will generate the site's content in a build directory. You can upload the content of that directory (i.e: via FTP, rsync) to any server.

Alternatively, This site can also be hosted on Github Pages or on Surge.sh

The site is currently hosted via surge.sh.

Author

Built by Raoul DIFFOUO

emmhack's People

Contributors

diraulo avatar sifunza avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.