-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mohannad
committed
Jan 15, 2025
1 parent
972d1ff
commit 02e9dba
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Developing for epilot Journeys (BETA) | ||
epilot journeys are now extendable with custom apps/blocks which can be developed by third-party developers. This guide will help you to get started with developing for epilot journeys. | ||
|
||
## Prerequisites | ||
|
||
- Basic knowledge of HTML, CSS, and JavaScript | ||
|
||
## Getting Started | ||
To get to know how to build a custom block for journeys. Check the docs here: [Custom Block Examples](https://github.com/epilot-dev/epilot-journey-sdk/blob/main/custom-block.md) | ||
|
||
## Useful resources | ||
### Journey UI Library (React) | ||
- [Source Code](https://github.com/epilot-dev/concorde-elements) | ||
- [Storybook](https://66437b5b4b88b4448919780e-jfmblwtofq.chromatic.com/) | ||
|
||
|