Created
April 21, 2020 20:56
-
-
Save grant/d8f11f11868300c53a43ed427c60da38 to your computer and use it in GitHub Desktop.
Ruby FF Localhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install the functions_framework gem and other dependencies | |
| bundle install | |
| # Start the web server in the foreground | |
| bundle exec functions-framework --target hello |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment