Skip to content

jaikme/pos-mamba-sdk

 
 

Repository files navigation

Mamba Web

Requirements

Make sure all dependencies have been installed before moving on:

Commands

  • bolt run start - Start the project's main website dev server;
  • bolt run build - Build the all packages;
  • bolt run lint - Lint all style and script files;
  • bolt run format - Format all style and script files;
  • bolt run link:packages - Create a local link of every package for local developing;
  • bolt ws build - Execute the build script in all packages;

Bolt specific

Bolt documentation

  • bolt w @mambasdk/<workspace> <npm-script> - Run a npm script on a workspace. Examples:
    • bolt w @mambasdk/utils build - Build the @mambasdk/utils;
    • bolt w @mambasdk/utils start - Build while watching the @mambasdk/utils;
  • bolt ws <npm-script> - Run a npm script on all workspaces.

About

SDK for developing in the Mamba web environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.6%
  • JavaScript 45.1%
  • CSS 8.3%