Triplex on Linux
Linux support for Triplex is currently experimental. Please give try it out and give feedback / raise issues.
Installation
- Download Triplex as an AppImage
- Right-click the AppImage and allow it to execute as a program
- Move the AppImage to a folder in your
PATH
to make it easier to launch [optional] - Open Triplex by double clicking the AppImage
Creating a new project
On the welcome screen click the "Create / Initialize Project..." button and select an empty folder to initialize Triplex into. Triplex will initialize a TypeScript project with some examples to get you started.
When initialization is complete Triplex will open an example component.
Initializing an existing project
On the welcome screen click the "Create / Initialize Project..." button and select an existing repository folder folder to initialize Triplex into. Triplex will initialize itself and add some examples to get you started. You can also manually initialize a project.
When initialization is complete Triplex will open an example component.
Next steps
Once you have installed Triplex, these topics will help you get up to speed:
- Learn the User Interface - A quick orientation around the editor
- Project Settings - Learn how to configure the editor to your needs
- Declaring Props - Learn how declaring props on your components will appear in the editor