ptplus / ptplus

PT Plus | Profit Trailer's Missing GUI.

Home Page:https://ptplus.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PT Plus | Profit Trailer's Missing GUI.

https://ptplus.net

License:MIT License


Languages

Language:HTML 39.4%Language:CSS 38.8%Language:JavaScript 21.9%