Skip to content

Commit 06b6623

Browse files
authored
Update README.md
1 parent 1863d89 commit 06b6623

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Accessible Astro Starter
22

3-
This starter project is build upon the (awesome) Astro static site builder. For their official documentation check their [GitHub repository](https://github.com/snowpackjs/astro). This starter offers a couple of Accessibility components and some utility classes to get you building your project faster. To get started simply clone this project to your local folders and then follow Astro's commands such as `npm install`, `npm start` and `npm run build`. 🙂 Also check out the [Accessible Astro Components](https://github.com/markteekman/accessible-astro-components) which can be used with (or without) this starter!
3+
This starter project is build upon the (awesome) [Astro Static Site Builder](https://astro.build/). This starter offers a couple of Accessibility components and some utility classes to get you building your project faster. Also check out the [Accessible Astro Components](https://github.com/markteekman/accessible-astro-components) npm package which can be used with (or without) this starter!
44

55
[Live demo](https://accessible-astro.markteekman.nl/)
66

7+
## Installation
8+
```console
9+
npm init astro -- --template markteekman/accessible-astro-starter
10+
```
11+
712
## Accessibility features
813

914
In this starter you'll find a couple of things:

0 commit comments

Comments
 (0)