mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 00:52:41 +03:00
4f9d2e2ba7
* 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 |
||
---|---|---|
.. | ||
src | ||
src-tauri | ||
.babelrc | ||
.gitignore | ||
gatsby-config.js | ||
package.json | ||
README.md | ||
tauri.conf.js | ||
yarn.lock |
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])