Files
fn-serverless/CONTRIBUTING.md
Seif Lotfy سيف لطفي b7bf73f5d2 Makefile (#122)
* Update Readme and add Makefile
* Skip stale tests (in wait for stdin support)

* Revert "Skip stale tests (in wait for stdin support)"

This reverts commit 228da3776503f40ca53df70a79a9e4a9c73fd8b5.
2016-10-06 20:46:29 +02:00

501 B

Contributing

Build

make all

Run Functions service

First let's start our IronFunctions API

Run in Docker
make run-docker

will start Functions using an embedded Bolt database running on :8080.

./functions

will start Functions with a default of 1 async runner

Contributing

Code
  • Fork the repo
  • Fix an issue
  • Create a Pull Request
  • Sign the CLA
  • Good Job! Thanks for being awesome!