

- Run this command in the terminal
git clone https://github.com/Redo7/se-dev-env
cd se-dev-env
npm install
npm run dev
- Open http://localhost:5173/
- Then just run
npm run dev
in the app's directory whenever you want to start the server
-
You can add your own widget templates and create them on any overlay by simply putting your
html.html
,css.css
,js.js
,fields.json
, anddata.json
inside of/templates/user/{your template name}
. The app is going to scan that directory, and will automatically add them to the+
button on the overlay. -
Create a
.env
file in the root directory with these values:
VITE_GOOGLE_FONTS_API_KEY = your-api-key-here
-
SE_API
storage persistance - On-screen console toasts
- widget.io
import
/export
- Finish home screen design
- Display relative time on recents
- Overlay and widget renaming
- Fields
- Movable
- Field Creator
- Field Group redesign
- Events emulation
- Basic implementation
- Custom events
- Update
data/onSessionUpdate
anddata/onWidgetLoad
when related events happen
- Chat emulation
- Finish light mode