GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-dart

Quickstart Should Use Local Dev, Not Docker

Open
#167 0 comments 1 reaction 0 assignees View on GitHub
documentation kind/enhancement
Dominant language
Dart
Stars
548
Forks
49
Avg merge
53m
Merged PRs (30d)
1

Description

The main quickstart uses `docker build` and `docker run`.

That takes awhile to run and isn't a great local dev experience.

Instead we should have the quickstart show the quickest way to run a function locally, like this:

```
dart run bin/server.dart
```

This is what other FF READMEs do too.

We can add the docker commands in a different section if we really want. Or reserve it to the docker doc.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.