mosaic
mosaic copied to clipboard
Quick Start Guide
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.json -
yarn add @jpmorganchase/mosaic-create-site
-W -
yarn 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.