You need to have node and npm installed to use this module. We recommend installing it via nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install lts/*Download the contents of the repository, open the command line in that directory and install all required dependencies using npm install.
git clone 'https://github.com/logigator/logigator-editor.git' && cd ./logigator-editor && npm installTo start the app in your browser run:
npm start
The app will be served at localhost:8201
If you want to use the Backend, which is required for login and saving projects, you must also setup Logigator-Backend. Instructions for doing so can be found in the logigator-development-distribution.
npm run build
This Project is licensed under the MIT License - see the LICENSE file for details