https://github.com/ni/webvi.io
Repository for webvi.io landing page
https://github.com/ni/webvi.io
g-web-development-software gweb labview webvi
Last synced: 4 months ago
JSON representation
Repository for webvi.io landing page
- Host: GitHub
- URL: https://github.com/ni/webvi.io
- Owner: ni
- Created: 2019-01-11T01:15:40.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T21:44:06.000Z (about 4 years ago)
- Last Synced: 2025-10-25T13:32:31.733Z (8 months ago)
- Topics: g-web-development-software, gweb, labview, webvi
- Language: JavaScript
- Homepage: https://www.webvi.io
- Size: 15.2 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# webvi.io
An example showing [G Web Development Software](https://www.ni.com/en-us/shop/software/products/g-web-development-software.html) project used to create the splash page at: https://www.webvi.io
## Hosting on GitHub Pages
To host on [GitHub Pages](https://pages.github.com/) we used the following configurations:
- Used the `docs` folder as the [publishing source](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#choosing-a-publishing-source)
- Enabled a [custom domain](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages)
## Updating
1. Update the `WebApp.gcomp/index.gviweb` source file with the new content.
2. Submit the updated source file
**Note: Keep updated source file submissions separate from build submissions.**
3. Build the `WebApp.gcomp` Web Application and move the built web application to the `/docs` directory.
4. Submit the updated `/docs` containing the Web Application build output.