summaryrefslogtreecommitdiff
path: root/examples/blog/README.md
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-04-14 10:36:00 -0600
committerGravatar GitHub <noreply@github.com> 2021-04-14 10:36:00 -0600
commitec75312a153424a47e05d72d41f4c3152cc7ad09 (patch)
tree147f4938689b79ff6731f3a65a82a99aa81bfec5 /examples/blog/README.md
parent3d0d53486caa1c6194aa0cdc0f3988824462bca4 (diff)
downloadastro-ec75312a153424a47e05d72d41f4c3152cc7ad09.tar.gz
astro-ec75312a153424a47e05d72d41f4c3152cc7ad09.tar.zst
astro-ec75312a153424a47e05d72d41f4c3152cc7ad09.zip
Improve Tailwind docs & Tailwind support (#92)
Diffstat (limited to 'examples/blog/README.md')
-rw-r--r--examples/blog/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md
new file mode 100644
index 000000000..2cc988b7e
--- /dev/null
+++ b/examples/blog/README.md
@@ -0,0 +1,23 @@
+# Astro Blog Example
+
+## Setup
+
+```
+npm install
+```
+
+## Dev
+
+```
+npm start
+```
+
+Preview at `http://localhost:3000`
+
+## Build
+
+```
+npm build
+```
+
+Will output static site at `./_site`