Skip to content

Commit

Permalink
Prepare readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotpirxie committed Nov 17, 2020
1 parent 877d0d3 commit 8fa092b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 308 deletions.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# visual-editor
<p align="center">
<img src="https://i.imgur.com/bDRWSjo.png" alt="Visual Editor Logo"/>
</p>

# visual-editor
Website editor built with React with predefined sections and preferences.

## Features
* Drag and drop editor built with React
* Live preview with different responsive modes
* Easily add new sections and components
* Works offline without a backend server
* The built-in inspector and preferences editor
* Easily to write sections with handlebars syntax

<p align="center">
<img src="https://i.imgur.com/VH9MmCd.png" alt="Visual Editor"/>
</p>

## Installation
```shell script
git clone
yarn
yarn start
```

## License
visual-editor is licensed under the MIT.
73 changes: 0 additions & 73 deletions src/views/blocks/ad1.js

This file was deleted.

70 changes: 0 additions & 70 deletions src/views/blocks/ad2.js

This file was deleted.

88 changes: 0 additions & 88 deletions src/views/blocks/ad3.js

This file was deleted.

67 changes: 0 additions & 67 deletions src/views/blocks/ad4.js

This file was deleted.

9 changes: 0 additions & 9 deletions src/views/blocks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ import gallery2 from './gallery2';
import article1 from './article1';
import article2 from './article2';

import ad1 from './ad1';
import ad2 from './ad2';
import ad3 from './ad3';
import ad4 from './ad4';

const blocks = {
header1,
header2,
Expand All @@ -23,10 +18,6 @@ const blocks = {
gallery2,
article1,
article2,
ad1,
ad2,
ad3,
ad4,
};

export default blocks;

0 comments on commit 8fa092b

Please sign in to comment.