Skip to content

ccraciun/jsDip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript implementation of a diplomatic game.

NOTE: This is currently in development, so the readme is developer-focused.

Prerequisites

  • Node apt-get install nodejs
  • Gulp (JS task runner) npm install -g gulp
  • Bower npm intall -g bower

Setup

Run npm install and bower install

Running

Run gulp serve for a browser preview. It autoupdates as you make changes to html/js/css!

Testing

  • For backend/unit tests, gulp test should run mocha
  • (setup): run bower install in the /test folder
  • Run gulp serve
  • Load http://localhost:9000/test/

Building

Run gulp to build into dist/

Planning

Current planning document at Project Planning

Cheatsheet

  • Add a frontend package: bower install <package name> --save
  • Add a frontend test-related package: bower install <package name> --save, in the /test folder!
  • Add an npm package: npm install <package name> --save-dev (assuming all npm packages are for dev tasks)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •