The add-manifest
command adds Manifest to your project.
npx add-manifest@latest
npm install
# Run from a test folder to prevent messing with project files.
mkdir test-folder
cd test-folder
../bin/dev.js
However due to the monorepo workspace structure, the launch script will fail as the path to the node modules folder is different than when served. This is normal.
npm run build
npm publish