summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
Diffstat (limited to '')
-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`