https://github.com/abkarim/page-builder
An open source drag and drop Page Builder made with Dioxus
https://github.com/abkarim/page-builder
desktop-app dioxus drag-and-drop-page-builder open-source page-builder rust
Last synced: 2 months ago
JSON representation
An open source drag and drop Page Builder made with Dioxus
- Host: GitHub
- URL: https://github.com/abkarim/page-builder
- Owner: abkarim
- Created: 2022-11-07T20:04:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T18:50:41.000Z (over 2 years ago)
- Last Synced: 2025-02-09T12:27:57.285Z (over 1 year ago)
- Topics: desktop-app, dioxus, drag-and-drop-page-builder, open-source, page-builder, rust
- Language: Rust
- Homepage:
- Size: 6.82 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Page Builder
This page builder is focused to build website projects. It requires no coding at all, but gives you full control over your website's performance and design.
## Demo

## Development Requirements
- Rust
- NodeJS
Make sure to follow [tauri prerequisites](https://v2.tauri.app/start/prerequisites/).
Clone this repo then navigate to this directory and run this command `npm run dev` to start development build.
### Tech used in this project
- Tauri
- Rust
- TypeScript
- Sqlite
### Export TS types from Rust
Navigate to `src-tauri` directory and type command `cargo test` to generate TS types in `src-tauri/bindings` directory