Code Monkey home page Code Monkey logo

compohub's Introduction

Compohub

Build Status

A community run listing of game jams.

Adding a new jam

Instructions for adding a new jam: https://github.com/leafo/compohub/tree/master/jams#how-to-add-a-new-jam

Running locally

Node.js server with Grunt

Running the project in a local Node.js server with Grunt should get around any XMLHttpRequest errors that may come up when trying to run index.html through file://. It also compiles changes to jamhub.js and jamhub.css whenever you make changes.

First start by installing Node.js. After installing Node.js, you should be able to start a local server by running the following commands in your command prompt:

npm install -g grunt-cli
npm install
grunt serve

This will:

  1. Globally install the grunt-cli package, giving you access to the grunt command used to run Grunt tasks.
  2. Locally install any Node.js packages required by the project.
  3. Run the serve Grunt task, which will compile the coffee and sass files, run a local server and listen for any file changes.

Manually

After checking out the repository you'll need a CoffeeScript compiler and a SCSS compiler. Compile the coffee and scss files in the main directory then you can view index.html in your browser to see the jams.

Issues and bugs

Found something wrong or want to see a new feature? Add an issue to the issues tracker.

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.