Skip to content
Snippets Groups Projects
Commit 8815251b authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Updated README.md

parent 09c481ba
No related branches found
No related tags found
No related merge requests found
# Knowledge Space WP Plugin # Knowledge Space WP Plugin
Provides a plugin for the Wordpress CMS to display data in a 3-dimensional graph. Provides a plugin for the Wordpress CMS to display data in a 3-dimensional graph.
\ No newline at end of file
## Development
### Installation
1. Install a webserver which supports PHP as well as a database.
2. Download and setup Wordpress.
3. Clone the repository into the WP-directory wp-conntent/plugins.
4. Activate the plugin in Wordpress in the admin control page.
5. Install dependencies with npm using ``npm install``.
### Notes
This project uses prettier and eslint. Make sure to configure your IDE to use them.
To run the project run ``npm run watch``. This starts a parcel instance which automatically builds the project and updates the webserver via HMR.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment