You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you setup the environment, run the following command:
38
38
39
39
```
40
40
hugo server -D
41
41
```
42
42
43
-
Now you can preview the website in your browser at `http://localhost:1313/`.
43
+
Now you can preview the openfunction.dev in your browser at `http://localhost:1313/`.
44
44
45
45
### Open a pull request
46
46
47
-
Open a [pull request (PR)](https://help.github.com/en/desktop/contributing-to-projects/creating-an-issue-or-pull-request#creating-a-new-pull-request) to contribute to our website. Use DCO sign-off when you submit a PR by running the command below (add `-s`):
47
+
Open a [pull request (PR)](https://help.github.com/en/desktop/contributing-to-projects/creating-an-issue-or-pull-request#creating-a-new-pull-request) to contribute to our openfunction.dev. Use DCO sign-off when you submit a PR by running the command below (add `-s`):
For more information about how to install OpenFunction with Helm, see [Install OpenFunction with Helm](https://github.com/OpenFunction/charts/tree/release-0.6#install-the-chart).
58
80
59
81
{{% /alert %}}
60
82
61
-
3. Run the following command to verify OpenFunction is ready.
83
+
3. Run the following command to verify OpenFunction is up and running:
0 commit comments