summaryrefslogtreecommitdiff
path: root/examples/snowpack/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/snowpack/README.md')
-rw-r--r--examples/snowpack/README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/examples/snowpack/README.md b/examples/snowpack/README.md
new file mode 100644
index 000000000..11e615e1a
--- /dev/null
+++ b/examples/snowpack/README.md
@@ -0,0 +1,37 @@
+# Astro Demo
+
+## Getting setup
+
+1. Checkout Astro at: https://github.com/snowpackjs/astro
+
+ 1. Install and build Astro:
+
+ ```shell
+ npm install
+ npm run build
+ ```
+
+ 2. Link Astro:
+
+ ```shell
+ npm link
+ ```
+
+2. In this project link Astro and install other deps:
+
+```shell
+npm link astro
+npm install
+```
+
+3. Run the Astro dev environment.
+
+```shell
+npm run start
+```
+
+4. Build the website. (Not yet working.)
+
+```shell
+npm run build
+``` \ No newline at end of file