diff options
Diffstat (limited to 'examples/env-vars/README.md')
-rw-r--r-- | examples/env-vars/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/env-vars/README.md b/examples/env-vars/README.md new file mode 100644 index 000000000..686ccd77f --- /dev/null +++ b/examples/env-vars/README.md @@ -0,0 +1,9 @@ +# Astro Starter Kit: Environment Variables + +``` +npm init astro -- --template env-vars +``` + +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/env-vars) + +This example showcases Astro's support for Environment Variables. Please see Vite's [Env Variables and Modes](https://vitejs.dev/guide/env-and-mode.html) guide for more information. |