Download JSCause

The current version is v0.9.4.

JSCause requires NodeJS. Please make sure you have it installed in your system. Any version equal or above 12.x should be fine.

There are two download options:

Option 1: Stand-alone package (it only requires NodeJS)

Download jscause_standalone-v0.9.4-alpha.zip from our Github releases page.

Option 2: Installation via NPM

On a terminal, use the following command:

sudo npm install -g jscause

Use the example site project (see below) to get up and running in no time.

No sudo? No problem:

npm install jscause

JSCause will be available at ./node_modules/.bin/jscause

Use the example site project (see below) to get up and running in no time.

Tutorial and documentation

Check out the tutorial or the full documentation for information on how to use JSCause.

Start with our example site project

Our example site project contains a fully configured barebones project which you can use to start building your own website.

The current vesion is V1, which is compatible with JSCause V0.9.4 and up.

Download the example site project here.

It will always be available from our Github releases page.