Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-an602/an602-prosemirror-richtext
https://github.com/php-an602/an602-prosemirror-richtext
Last synced: 4 days 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 (over 1 year ago)
- Default Branch: dev-master
- Last Pushed: 2023-05-06T09:45:14.000Z (over 1 year ago)
- Last Synced: 2024-11-20T19:44:17.618Z (2 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
```