# Clone this repository
git clone https://github.com/jamasBian/GxToDo-Linux.git
# Go into the repository
cd GxToDo-Linux
# Install dependencies and run the app
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
npm run build:linux
npm startnpm run build:osx
npm run build:linux
npm run build:win