mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
272 B
272 B
Building
First time or when a dependency changes or when the API changes, run:
glide install
To quick build and run (using default database):
hack/api.sh
To build the docker image:
hack/build.sh
Releasing
hack/release.sh