Please install and use this version of node and npm
- node version :
20.10.0 - npm version :
10.2.3
This project is using Gutenverse Core as submodule & framework.
Change your directory to the project root folder
Add the gutenverse-core submodule into the project:
git submodule add [email protected]:Jegstudio/gutenverse-core.git
If you have an issue with the submodule, you can reset the gutenverse-core submodule using the command below:
git submodule deinit gutenverse-core
git rm gutenverse-core
git rm --cached gutenverse-core
rm -rf .git/modules/gutenverse-core
Install the dependencies via npm install
Watch for file changes using npm start
To build the plugin, use the command npm run production, the plugin files will be under the /release folder.