There is a list of outstanding features in /docs/ROADMAP.md, that will be actioned as and when we need them. Feel free to submit a PR if you need them sooner.
After you fork and clone down the project, you can run the sample site to test it locally.
This project has been developed using Node v21.x
and Visual Studio 2019
.
The sample site uses the Clean Starter Kit doctypes, to match the Target package's sample site.
Note: The frontend views are placeholders as they are not needed for testing the export functionality.
There is a webpack script in the /Method4.UmbracoMigrator.Source/src/Method4.UmbracoMigrator.Source/
which will copy the App_Plugins
folder to the sample site.
npm run build:dev
And the watch script will copy the folder when it detects that a file has changed.
npm run watch:dev
On the initial setup, you will need to:
- Install NPM packages
- Copy the
App_Plugins
folder to the sample site using webpack - Run a uSync import to populate the sample site