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 openfunction.dev in your browser at `http://localhost:1313/`.
43
+
Now you can preview 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 openfunction.dev. 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 openfunction.dev. Use DCO sign-off when you submit a PR by running the command below (add `-s`):
0 commit comments