docs: 💄 New README illustration
This commit is contained in:
BIN
.github/images/readme-illustration-dark.png
vendored
BIN
.github/images/readme-illustration-dark.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 693 KiB After Width: | Height: | Size: 604 KiB |
BIN
.github/images/readme-illustration-light.png
vendored
BIN
.github/images/readme-illustration-light.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 700 KiB After Width: | Height: | Size: 578 KiB |
@ -17,16 +17,16 @@ Typebot is an open-source alternative to Landbot. It allows you to create conver
|
||||
- Conditional branching, URL redirections
|
||||
- Beautiful animations
|
||||
- Theme is 100% customizable
|
||||
- Embed as a container, popup, or chat bubble with a native JS library
|
||||
- Embed as a container, popup, or chat bubble easily with the native JS library
|
||||
- In-depth analytics
|
||||
|
||||
#### VIDEO
|
||||
For more info, visit the [landing page](https://www.typebot.io)
|
||||
|
||||
## Getting started with Typebot
|
||||
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io).
|
||||
|
||||
It takes 1 minute to try out the builder for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste Arnaud, Typebot's founder.
|
||||
It takes 1 minute to try out the builder for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
|
||||
That's also the best way to support my work, open-source software, and you'll get great service!
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "scripts",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start:local": "ts-node index.ts",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "2.2.0",
|
||||
"main": "dist/index.js",
|
||||
"unpkg": "dist/index.umd.min.js",
|
||||
"license": "MIT",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"build": "yarn lint && rollup -c",
|
||||
"lint": "eslint src --ext .ts && eslint tests --ext .ts",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/typebot-io/wordpress.git",
|
||||
"author": "baptisteArno",
|
||||
"license": "MIT",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-php": "^0.18.3"
|
||||
},
|
||||
|
Reference in New Issue
Block a user