An open API service indexing awesome lists of open source software.

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

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.