We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new Quick Start Guide for creating a new mosaic site.
Probably best to create a new generator that does not add mosaic specific sources but instead adds some sample docs.
yarn v1 Node v 16+
yarn init
yarn add @jpmorganchase/mosaic-create-site
yarn mosaic-create-site init
yarn mosaic-create-site create -i -o site
cd site
yarn build
yarn serve
When adding to an existing monorepo as a new site package, had to run prettier on the generated site.
The text was updated successfully, but these errors were encountered:
Maybe need to add yarn being pre-requisite..? Yarn init may also be a valid command if the rest is all yarn?
Sorry, something went wrong.
I want to contribute to this repo, the following steps can be followed: Quick Start Guide: Creating a New Mosaic Site
Steps:
package.json
@jpmorganchase/mosaic-create-site
yarn add @jpmorganchase/mosaic-create-site -D
Note: The -i flag indicates that the generator should not add mosaic-specific sources but instead add sample documents.
-i
site
No branches or pull requests
Create a new Quick Start Guide for creating a new mosaic site.
Probably best to create a new generator that does not add mosaic specific sources but instead adds some sample docs.
Prerequisites
yarn v1
Node v 16+
Steps
yarn init
- to create a package.jsonyarn add @jpmorganchase/mosaic-create-site
-Wyarn mosaic-create-site init
yarn mosaic-create-site create -i -o site
cd site
yarn build
yarn serve
NOTES
When adding to an existing monorepo as a new site package, had to run prettier on the generated site.
The text was updated successfully, but these errors were encountered: