summaryrefslogtreecommitdiff
path: root/examples/env-vars/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/env-vars/README.md')
-rw-r--r--examples/env-vars/README.md9
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
+```
+
+[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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.