Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 666 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 666 Bytes

bc-apis

Description

Composited APIs for fabric resource APIs.

Installation

This project uses pnpm to manage dependencies, we also recommend installing ni to help switching between repos using different package managers. ni also provides the handy nr command which running npm scripts easier.

$ npm i pnpm @antfu/ni zx -g
$ ni

zx is Google's open source javascript scripting tool, which will be used when generating sdk in our project.

Running the app

# development
$ nr start

# watch mode
$ nr start:dev

# production mode
$ nr start:prod