Javascript client for the DECAF.
npm install @decafhub/decaf-client
For additional build configuration and flags, refer to documentation of microbundle. There are only 2 commands:
npm run dev
: start your development server and start to develop the library. It will recompile as the files changes.
npm run build
: builds your library into dist
folder with microbundle
.