Skip to content

Instantly share code, notes, and snippets.

@hendrikniemann
Last active July 29, 2016 12:20
Show Gist options
  • Save hendrikniemann/f666bc027e6ed10af9f918d2008a6e12 to your computer and use it in GitHub Desktop.
Save hendrikniemann/f666bc027e6ed10af9f918d2008a6e12 to your computer and use it in GitHub Desktop.
Install SetlX contribution environment

Installing SetlX.js

You can use these scripts to setup SetlX.js for contribution:

Clone this gist into a new folder:

git clone https://gist.github.com/f666bc027e6ed10af9f918d2008a6e12.git setlxjs

switch into the newly created directory:

cd setlxjs

run setup.sh

bash setup.sh

run link.sh as sudo user

sudo bash link.sh
# clone repositories
git clone https://github.com/setlxjs/setlxjs-cli.git
git clone https://github.com/setlxjs/setlxjs-lib.git
git clone https://github.com/setlxjs/setlxjs-transpiler.git
# install dependencies
cd setlxjs-lib
npm install
npm run build
cd ../setlxjs-transpiler
npm install
npm run build
cd ../setlxjs-cli
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment