gianksp / builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dappify Builder

Build Status Chat

Dappify

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


GrapesJS - Style Manager


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

Blocks Style Manager Layer Manager
GrapesJS - Block Manager GrapesJS - Style Manager GrapesJS - Layer Manager
Code Viewer Asset Manager
GrapesJS - Code Viewer GrapesJS - Asset 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

About


Languages

Language:JavaScript 86.6%Language:HTML 9.4%Language:SCSS 3.8%Language:Shell 0.2%