PT Plus | Profit Trailer's Missing GUI.
PT+ is a ProfitTrailer tool that solves the “Settings” problem once and for all by combining all code files and wiki definitions into one easy to use interface for generating ProfitTrailer code. Long gone are the days of scrounging through wiki definitions or going back and forth to a code editor. This tool let's you skip past the learning curve and jump straight to Trailing those profits!
Features
How To Get It.
PT+ is in active development. Subscribe to our mailing list to be notified when it's ready!
Support This Project.
If you'd like to support this project, please have a look at our Patreon, or feel free to send some over some Crypto to any of the addresses below.
LTC ➜ LWEUGeezZ4j35BBjY3Tr27ibqazdjkGo1W
BTC ➜ 1KTQLLcYkfJ1vbfn75waUX2y4KRhMiBiFk
ETH ➜ 0x5Ce3B386b55ffEa0e6aCdDbEaBcFE555ee426873
Important Links.
Development
1. Clone repo
git clone https://github.com/ptplus/app.git
2. Go inside cloned repo
cd app
3. Install all dependencies
Make sure nodejs with npm is installed on your machine along with git bash if you're on Windows
npm install
5. You may need to install gulp globally also
npm install -g gulp
4. Run default gulp task for development
This will open a browser window with live reload [browser sync].
gulp
5. Build for production
In order to build the production version that minifys and concatenates your files, you'll need to run gulp build. This will also open a browser window with live reload [browser sync].
gulp build