Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resource-watch/vizz-wysiwyg
Check the documentation here
https://github.com/resource-watch/vizz-wysiwyg
wysiwyg
Last synced: 1 day ago
JSON representation
Check the documentation here
- Host: GitHub
- URL: https://github.com/resource-watch/vizz-wysiwyg
- Owner: resource-watch
- Created: 2017-10-18T14:32:13.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-10-07T10:13:13.000Z (about 3 years ago)
- Last Synced: 2024-04-28T21:05:50.820Z (6 months ago)
- Topics: wysiwyg
- Language: JavaScript
- Homepage: https://resource-watch.github.io/vizz-wysiwyg/
- Size: 4.42 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wysiswyg
Welcome to the most amazing Wysiwyg.## Documentation
Check [the docs](https://resource-watch.github.io/vizz-wysiwyg/styleguide/)## Dependencies
yarn add [email protected]
yarn add [email protected]## Peer dependencies
yarn add [email protected]## Running locally in development mode
To get started in development mode, just clone the repository and run:yarn install
yarn run dev## Linking into another project
If you want to debug the Wysiwyg within another project, please execute the following in the main directory:yarn link
yarn run componentIn your other project, run this:
yarn link "@vizzuality/wysiwyg"
Every change in the Wysiwyg's codebase will be reflected in your other project (might need a page reload). The Wysiwyg will also be built using the development environment so it's easier to debug.
## Building and deploying in production
If you wanted to run this site in production run:yarn install
yarn run build
yarn startYou should run the the build step again any time you make changes to pages or
components.## Publishing
- component: `yarn run publish`
- documentation: `yarn run documentation`
- staging: `git push heroku master`