Skip to content

(Work in progress) A game jam management system

Notifications You must be signed in to change notification settings

ttencate/alakajam

 
 

Repository files navigation

WeJam!

Current progress: You can browse events and entries, register and submit your own. Plenty of security holes, no admin UI.

Setup

Requirement: NodeJS 7.6+

  • npm install
  • node wejam.js
  • Browse to http://localhost:8000

There is a default admin user (administrator/administrator).

Dev tools

Prerequisite: npm install -g standard browser-refresh node-inspector jsdoc mocha

  • npm run-script docs: Generates the JS documentation in the docs/ folder.
  • browser-refresh wejam.js: Launches the app, and makes the server and browser refresh when needed upon file changes.
  • node-debug we-jam.js: Launches the app in debug mode.
  • standard: Validates the code style.
  • mocha tests/: Runs unit tests.

See also the wiki for additional developer documentation.

About

(Work in progress) A game jam management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.9%
  • JavaScript 36.1%
  • HTML 16.0%