/pipecraft

Primary LanguageShell

Release 0.1.3

Download: https://github.com/SuvalineVana/pipecraft/releases/tag/v0.1.3


USER GUIDE: https://pipecraft2-manual.readthedocs.io/en/stable/


For developers

Prerequisites:

NodeJS https://nodejs.org/en/download/ (make sure you lets node install build tools on windows and build-essential on ubuntu) Yarn (https://classic.yarnpkg.com/en/docs/install/#windows-stable)
Docker: windows(https://www.docker.com/get-started) ubuntu and based distros bash curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh https://docs.docker.com/engine/install/linux-postinstall/
Git (https://git-scm.com/downloads)

git clone https://github.com/SuvalineVana/pipecraft
cd pipecraft
yarn run install_pipe
yarn electron:serve

If yarn install fails on windows

yarn config set msvs_version 2019