summaryrefslogtreecommitdiff
path: root/examples/tailwindcss/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tailwindcss/README.md')
-rw-r--r--examples/tailwindcss/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/tailwindcss/README.md b/examples/tailwindcss/README.md
new file mode 100644
index 000000000..e16be0504
--- /dev/null
+++ b/examples/tailwindcss/README.md
@@ -0,0 +1,23 @@
+# Astro + Tailwind
+
+## Setup
+
+```
+npm install
+```
+
+## Dev
+
+```
+npm start
+```
+
+Preview at `http://localhost:3000`
+
+## Build
+
+```
+npm build
+```
+
+Will output static site at `./_site`