This is a starter project for creating custom journey blocks for the Epilot platform using Lit web components.
- Node.js (v16+)
- npm or yarn
-
Clone the repository
-
Install dependencies:
npm install
-
Development:
npm run dev
-
Build for production:
npm run build
src/
: Source code directoryindex.ts
: Entry point for the web componentvite.config.ts
: Build configuration
- Modify the web component in
src/index.ts
- Add your custom logic and styling
- Ensure the component follows Epilot's journey block specification
For detailed guidelines on creating custom journey blocks, refer to the Epilot App Documentation.
The build process generates a bundle.js
file that can be hosted and used in Epilot journeys.
[MIT]