Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 510 Bytes

File metadata and controls

37 lines (25 loc) · 510 Bytes

Development

Setup

# Clone the repository
git clone https://github.com/yourusername/monocore.git
cd monocore/sdk/javascript

# Install dependencies
npm install

Running Tests

npm test

Building the Package

npm run build

Publishing to npm

# Login to npm (if not already logged in)
npm login

# Publish the package
npm publish

Make sure you have registered for an account on npm and verified your email address.