Skip to content

Installing JoclyBoard from Github

Michel Gutierrez edited this page May 13, 2017 · 5 revisions

On Windows

Note: tested on a clean install of Windows 10.0.14393 en-US

git clone https://github.com/mi-g/joclyboard.git
cd joclyboard
npm install
npm run app-install
  • run JoclyBoard: electron app

On Mac or Linux

  • figure out how to install git and node (use nvm unless you have reasons not to)
  • enter commands:
git clone https://github.com/mi-g/joclyboard.git
cd joclyboard
npm install
npm run app-install
  • run JoclyBoard: npm start
Clone this wiki locally