• Guides
  • Api Reference
  • FAQ
  • Guides
  • Contributing
  • Compiling
Show / Hide Table of Contents
  • Overview
    • Introduction
    • Getting Started
    • Philosophy
    • FAQ
    • Upgrading to 1.0
  • Triggers
    • HTTP Triggers
      • Overview
      • Routing
      • Responses
      • Authorization
      • Claims Mapping
      • Headers
      • Swagger / OpenAPI
    • Service Bus Triggers
      • Queues
      • Topic and Subscriptions
      • Message Properties
      • Message Sessions
    • Cosmos DB
      • Overview
      • Error Handling
    • SignalR
    • Timer Triggers
    • Azure Storage Triggers
      • Queues
      • Blobs
    • Event Hub Triggers
  • Output Bindings
  • Cross Cutting Concerns
    • Connection Strings
    • IoC Containers
    • Logging
    • Trigger Contexts
    • Validation
    • Serialization
    • Suggested Solution Structure
  • Contributing
    • Compiling
    • Debugging

Compiling Function Monkey

You will need the yarn package manager to build Function Monkey (it includes the Swagger UI distribution package) so if you don't have that install it from here:

https://yarnpkg.com/lang/en/

Next clone the source code from GitHub:

git clone https://github.com/JamesRandall/FunctionMonkey.git

Next in Visual Studio (or Code) open the solution file FunctionMonkey.sln.

Then build... that should be it!

  • Improve this Doc
  • 0 Comments
Back to top Copyright © 2018 James Randall