diff options
author | 2021-07-15 15:35:56 -0400 | |
---|---|---|
committer | 2021-07-15 15:35:56 -0400 | |
commit | efa8b3b42133dc9a9d5c8ff2e7558963c169e9d3 (patch) | |
tree | 7f99b4b3f11824f96b101941e9b133e375b10410 | |
parent | 20a213699b35f1a6ebd2856ced0f5039e3c6cd7e (diff) | |
download | astro-efa8b3b42133dc9a9d5c8ff2e7558963c169e9d3.tar.gz astro-efa8b3b42133dc9a9d5c8ff2e7558963c169e9d3.tar.zst astro-efa8b3b42133dc9a9d5c8ff2e7558963c169e9d3.zip |
Update README.md
-rw-r--r-- | packages/astro/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/astro/README.md b/packages/astro/README.md index 3e34621b8..85fc78d7c 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -10,19 +10,10 @@ Learn more: https://astro.build/blog/introducing-astro ## 🔧 Quick Start -> __Important__: Astro is built with [ES modules (ESM)](https://nodejs.org/api/esm.html) which are not supported in older version of Node.js. The minimum supported version is __14.15.1__. - ```bash -# create your project mkdir new-project-directory cd new-project-directory npm init astro - -# install your dependencies -npm install - -# start the dev server and open your browser -npm start ``` ### [Full Documentation Site →](https://docs.astro.build/) |