Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 511 Bytes

File metadata and controls

45 lines (29 loc) · 511 Bytes

Contributing

Development Setup

# Install dependencies
npm install

# Start development server
npm run dev

The app runs at http://localhost:5173

Build

Builds the ES module and the standalone app for production to the dist folder.

npm run build

Standalone

This will run the app in standalone mode.

npm start

Opens the app at http://localhost:9090

After publishing to npm:

npx datacontract-editor

Publish

npm login
npm publish