Setup

Setup guide for the application.

Windows

Go to download and in the Windows section download the promo-toolkit-x.x.x-portable.zip file. Extract in a folder of your choosing and run Promo+ Toolkit.exe.

Linux

Go to download and download the promo-toolkit-x.x.x.AppImage file.

To run it, first add execute permissions:

chmod +x promo-toolkit-x.x.x.AppImage

Then run directly from the terminal:

./promo-toolkit-x.x.x.AppImage

Mac

You have to build the application on your machine. Download the source code of the release you want built from Releases. Extract it and open a terminal:

# Install Dependencies
npm install

# Build
npm run build:mac

An installable .dmg file will be built in the /dist folder.

Development

# Clone the repo locallyhttps://github.com/kristiangogov/promo-plus-toolkit/releases
git clone git@github.com:kristiangogov/promo-plus-toolkit.git

# Install Dependencies
npm install

# Run the application
npm run dev