mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* 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.
501 B
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.
Running on Metal (recommended only on Linux)
./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!