Awesome
Fable.Promise
Fable bindings for JS promise.
Before doing anything make sure to install the dependencies after cloning the repository by running:
npm install
How to test locally ?
npm run test
How to publish a new version of the package ?
npm run publish
How to work on the documentation ?
npm run docs:watch
- Go to http://localhost:8080/
How to update the documentation ?
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
.