0.1.38 • Published 1 year ago

dappify-builder v0.1.38

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Dappify Builder ✨

Build Status Chat

Dappify Builder is a multi-purpose web dApp builder CMS with composable modules, similar to “legos”, that users drag and drop into a canvas for a WYSIWYG experience. These modules are composable and interoperable meaning they can talk to each other. It uses GrapesJS as drag and drop editor. To better understand this concept check the image below

Generally any 'template system', that you'd find in various applications like CMS, is composed by the structure (HTML), style (CSS) and variables, which are then replaced with other templates and contents on server-side and rendered on client.

You can visit the live builder: Dappify - http://dappify.com

Table of contents

Features

BlocksStyle ManagerLayer Manager
Code ViewerAsset Manager

Usage

TBD

Development

Clone the repository and install all the necessary dependencies (yarn is highly recommended)

$ git clone https://github.com/DappifyWeb3/builder.git
$ cd studio
$ yarn

Create .env

SKIP_PREFLIGHT_CHECK=true
NODE_PATH=src/
SKIP_PREFLIGHT_CHECK=true
REACT_APP_MIXPANEL_ID=<ID>
REACT_APP_MORALIS_APP_ID=<ID>
REACT_APP_MORALIS_SERVER_URL=<URL>
REACT_APP_HOST_ENV=local
REACT_APP_PROJECT_ID=<TEST_PROJECT_ID_MORALIS>

Add Tailwind via CDN import to parent project in header inside index.html

<script src="https://cdn.tailwindcss.com"></script>

Start the dev server

$ yarn start

Once the development server is started you should be able to reach the demo page (eg. http://localhost:8080)

Documentation

Check the getting started guide here: Documentation

API

API References could be found here: API-Reference

Testing

$ yarn test

Plugins

Extensions

Presets

Find out more about plugins here: Creating plugins

0.1.31

1 year ago

0.1.32

1 year ago

0.1.33

1 year ago

0.1.34

1 year ago

0.1.35

1 year ago

0.1.36

1 year ago

0.1.37

1 year ago

0.1.28

1 year ago

0.1.38

1 year ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.26

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago