Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bioforestchain/bfsa-std

bfsa standard
https://github.com/bioforestchain/bfsa-std

Last synced: 9 days ago
JSON representation

bfsa standard

Awesome Lists containing this project

README

        

# bfsa standard

## Quick Start

view the detailed use case of the test code:
[vue3](https://github.com/BioforestChain/plaoc/tree/main/test/vue3),
[react](https://github.com/BioforestChain/plaoc/tree/main/test/react),
[angular](https://github.com/BioforestChain/plaoc/tree/main/test/angular)

## Devloper

change code for you expect and build core to npm packages

Put 'plaoc' and 'bfsa-std' in the same directory and run npmlink.sh。

### Build core

```shell
deno task build 1.0.5 all
```

### Npm publish

```shell
deno task pub
```