tauri/examples/react/gatsby-themed-site
Jacob Bolda 4f9d2e2ba7 enable new examples in smoke tests (#194)
* rename smoke tests

* split into prod and source runs

* rename test job names for clarity

* snake case gatsby site

* remove airtable api key

* add new examples

* add new examples to renovate

* add scripts to package.json

* finish off vanillajs example
2019-12-21 10:47:33 +01:00
..
src slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
src-tauri enable new examples in smoke tests (#194) 2019-12-21 10:47:33 +01:00
.babelrc slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
.gitignore slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
gatsby-config.js slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
package.json slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
README.md slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
tauri.conf.js slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
yarn.lock slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00

Gatsby Themed Site

This is a minimal config required gatsby site created using themes. The intention is to smoke test gatsby and provide an assortment of pages to test tauri response.

This does use an API key to Airtable, but we have made it optional. (Although currently gatsby is rather aggressive in compiling things out of node_modules so gatsby-config.js has a hack to rename files so gatsby will ignore them. [insert heavy sigh here])