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
|
- Conditional branching, URL redirections
|
||||||
- Beautiful animations
|
- Beautiful animations
|
||||||
- Theme is 100% customizable
|
- 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
|
- In-depth analytics
|
||||||
|
|
||||||
#### VIDEO
|
For more info, visit the [landing page](https://www.typebot.io)
|
||||||
|
|
||||||
## Getting started with Typebot
|
## 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).
|
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!
|
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",
|
"name": "scripts",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "AGPL-3.0-or-later",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start:local": "ts-node index.ts",
|
"start:local": "ts-node index.ts",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"unpkg": "dist/index.umd.min.js",
|
"unpkg": "dist/index.umd.min.js",
|
||||||
"license": "MIT",
|
"license": "AGPL-3.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn lint && rollup -c",
|
"build": "yarn lint && rollup -c",
|
||||||
"lint": "eslint src --ext .ts && eslint tests --ext .ts",
|
"lint": "eslint src --ext .ts && eslint tests --ext .ts",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/typebot-io/wordpress.git",
|
"repository": "https://github.com/typebot-io/wordpress.git",
|
||||||
"author": "baptisteArno",
|
"author": "baptisteArno",
|
||||||
"license": "MIT",
|
"license": "AGPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@prettier/plugin-php": "^0.18.3"
|
"@prettier/plugin-php": "^0.18.3"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user