Files
fn-serverless/CONTRIBUTING.md
2016-10-13 20:24:06 -07:00

37 lines
502 B
Markdown

## 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!