Fable bindings for JS promise.
Before doing anything make sure to install the dependencies after cloning the repository by running:
npm install
npm run test
npm run publish
npm run docs:watch
- Go to http://localhost:8080/
Deployment should be done automatically when pushing to dev
branch.
If the CI is broken, you can manually deploy it by running npm run docs:deploy
.