# Install dependencies
npm install
# Start development server
npm run devThe app runs at http://localhost:5173
Builds the ES module and the standalone app for production to the dist folder.
npm run buildThis will run the app in standalone mode.
npm startOpens the app at http://localhost:9090
After publishing to npm:
npx datacontract-editor
npm login
npm publish