-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a046856
commit 9cd7c24
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# www.nerves-hub.org | ||
|
||
This is the source for the NervesHub project home page at https://www.nerves-hub.org/. | ||
|
||
The `main` branch of this repo contains the raw source of the site and should be the target for all changes. | ||
|
||
During development, you can generate a preview of the site with `npm run watch`. To view the output, open `_dist/index.html` in your web browser. | ||
|
||
Any time `main` is updated via merge request, CI will rebuild the site and push updates to the `gh-pages` branch, which will then be served by GitHub Pages. |