Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/php-an602/an602-prosemirror-richtext


https://github.com/php-an602/an602-prosemirror-richtext

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# PHP-AN602 Richtext

## Build

In order to build the project, run the following command:

```
grunt rollup
```

## Test environment

In a test environment it is recommended to configure your `an602\assets\ProsemirrorEditorAsset::$sourcePath` to point
to your own `dist` directory e.g. `'/an602-prosemirror/dist'` and to enable the `$forceCopy` option.

## Publish

```
git pull
grunt rollup
npm version 1.1.7
npm publish
git push
```