Skip to content

Jegstudio/gutenverse

Repository files navigation

Gutenverse

Table of contents


Important Notes

Environments

Please install and use this version of node and npm

  • node version : 20.10.0
  • npm version : 10.2.3

Submodules

This project is using Gutenverse Core as submodule & framework.


Setting Up

Change your directory to the project root folder

Adding Submodule

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

Running the Project

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.


About

Gutenberg Blocks – Page Builder for Site Editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published