astro/examples/landing-page/README.md
2021-03-29 08:43:38 -07:00

37 lines
No EOL
464 B
Markdown

# 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
```