An open API service indexing awesome lists of open source software.

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

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
image

## 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