We'll create fresh WordPress site with SeeMyModel installed. You have 20 minutes to test the plugin after that site we'll be deleted.
About
This plugin contains 3 packages:
Installation
SeeMyModel
plugin from wordpress plugins page.Setting->SeeMyModel settings
on your admin panel and log in with your seemymodel.com user credentials.Development
In order to modify gutenberg-blocks you need to compile them after each modification. Each block has its own package. In each package folder (e.g. packages/gutenberg-blocks/seemymodel-viewer
) you need to run:
cd /path/to/package
to enter into package folder (e.g. cd packages/gutenberg-blocks/seemymodel-viewer
)npm install
to install dependenciesnpm run start
to run compilation in watch mode