/kusema

A new social platform for university students.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Kusema

A new social platform for university students.

Installation

  1. Install npm your preferred way, then type npm install -g jspm to install JSPM. You may need to do this as root or via sudo.
  2. Point your terminal to /Server and type npm install to install server dependencies.
  3. Point your terminal to /Client and type jspm install to install client dependencies.
  4. Optional but recommended: Leave your terminal in Client and type 'npm run-script buildDeps' to bundle dependencies up for much faster development page-loads.
  5. Point your terminal to /Server and type bin/kusema test to run the server in development mode.

Bundling

  1. Go to /Client, and type npm run-script build
  2. Comment the development section in index.html, and uncomment the production section. (to be made More Better soon!)

Principles

  • Mobile first
  • Minimalist
  • Realtime

Supported browsers

Mobile:

  • Chrome
  • Safari

Desktop:

  • Chrome
  • Safari
  • IE 11+

Dev Notes