Skip to content

logigator/logigator-home

Repository files navigation

Logigator Home

Build Status Build Status

Getting Started

Prerequisites

You need to have node and npm installed to use this module. We recommend installing it via nvm:

Debian

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/*

Installation

Download the contents of the repository, open the command line in that directory and install all required dependencies using npm install.

Linux / Unix

git clone 'https://github.com/logigator/logigator-editor.git' && cd ./logigator-editor && npm install

To 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.

Building the App

npm run build

License

This Project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

 
 
 

Contributors