mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Deploy will automatically create a route if it doesn't exist.
This commit is contained in:
@@ -32,21 +32,13 @@ The first time after you fork or after dependencies get updated, run:
|
||||
make dep
|
||||
```
|
||||
|
||||
Then after every change, run:
|
||||
Then after every change, run
|
||||
|
||||
```sh
|
||||
make build
|
||||
make run
|
||||
```
|
||||
|
||||
to build the `functions` binary.
|
||||
|
||||
### Run
|
||||
|
||||
```sh
|
||||
./functions
|
||||
```
|
||||
|
||||
will start IronFunctions using an embedded `Bolt` database running on port `8080`.
|
||||
to build and run the `functions` binary. It will start Functions using an embedded `Bolt` database running on port `8080`.
|
||||
|
||||
### Test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user