https://github.com/php-an602/an602-prosemirror-richtext
https://github.com/php-an602/an602-prosemirror-richtext
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-an602/an602-prosemirror-richtext
- Owner: php-an602
- License: other
- Created: 2023-05-05T04:35:27.000Z (about 2 years ago)
- Default Branch: dev-master
- Last Pushed: 2023-05-06T09:45:14.000Z (about 2 years ago)
- Last Synced: 2025-01-21T14:24:16.189Z (4 months ago)
- Language: JavaScript
- Size: 674 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```