summaryrefslogtreecommitdiff
path: root/examples/docs/README.md
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-01 05:43:25 -0700
committerGravatar GitHub <noreply@github.com> 2021-07-01 08:43:25 -0400
commit67ef02534febe03d7a0a5aea82b0087e2165f772 (patch)
treea693307cac02d1fa72ac529255d8bec74d83c67d /examples/docs/README.md
parent8f74b3bdbb1cae31e036daf1b7f5fc28686ddd4d (diff)
downloadastro-67ef02534febe03d7a0a5aea82b0087e2165f772.tar.gz
astro-67ef02534febe03d7a0a5aea82b0087e2165f772.tar.zst
astro-67ef02534febe03d7a0a5aea82b0087e2165f772.zip
update example readmes (#591)
* update example readmes * Update README.md
Diffstat (limited to 'examples/docs/README.md')
-rw-r--r--examples/docs/README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/docs/README.md b/examples/docs/README.md
new file mode 100644
index 000000000..22f4f40a9
--- /dev/null
+++ b/examples/docs/README.md
@@ -0,0 +1,28 @@
+# Astro Starter Kit: Docs Site
+
+```
+npm init astro --template docs
+```
+
+> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
+
+Features:
+
+- ✅ CSS Grid Layout
+- ✅ Full Markdown support
+- ✅ Automatic header navigation sidebar
+- ✅ Dark mode enabled by default
+
+## 🧞 Commands
+
+All commands are run from the root of the project, from a terminal:
+
+| Command | Action |
+|:----------------|:--------------------------------------------|
+| `npm install` | Installs dependencies |
+| `npm run start` | Starts local dev server at `localhost:3000` |
+| `npm run build` | Build your production site to `./dist/` |
+
+## 👀 Want to learn more?
+
+Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat).