Remote application for wmfnext-host to showcase wmfnext-shell.
A live example of this application is hosted on Netlify.
This project use Yarn, to install Yarn:
choco install yarn
For more options to install Yarn, view https://yarnpkg.com/lang/en/docs/install/#windows-stable.
To install the project, open a terminal at the root of the workspace and execute the following command:
yarn install-dev
To ease local development symlinks to shell packages are automatically created at installation.
To develop as a remote module:
Open a terminal in VSCode and execute the following command:
yarn dev
To develop in isolation with an application shell:
Open a terminal in VSCode and execute the following command:
yarn dev-local
Push a commit and the application will be automatically deployed on Netlify.
yarn build
yarn clean
yarn link-pkg
yarn reset