Skip to content

ptplus/ptplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAGE ALT TEXT HERE

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

🤖 Wiki definitions at a glance
🤖 Edit settings in real-time
🤖 Never touch code again
🤖 Save settings templates online
🤖 Download settings to zip folder
🤖 And a lot more!


IMAGE ALT TEXT HERE

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.

IMAGE ALT TEXT HERE

LTC ➜ LWEUGeezZ4j35BBjY3Tr27ibqazdjkGo1W
BTC ➜ 1KTQLLcYkfJ1vbfn75waUX2y4KRhMiBiFk
ETH ➜ 0x5Ce3B386b55ffEa0e6aCdDbEaBcFE555ee426873

Important Links.

🤖 WEBSITE . . . . . . https://ptplus.net
🤖 PATREON . . . . . .https://ptplus.net/patreon
🤖 DISCORD . . . . . . https://ptplus.net/discord
🤖 GITHUB . . . . . . . https://ptplus.net/github
🤖 FACEBOOK . . . . .https://ptplus.net/facebook
🤖 TWITTER . . . . . . .https://ptplus.net/twitter
🤖 YOUTUBE . . . . . .https://ptplus.net/youtube

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