-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from siguici/main
Add next steps to start the project 🚀
- Loading branch information
Showing
4 changed files
with
165 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@qwikdev/create-astro": patch | ||
--- | ||
|
||
Add next steps to start the project 🚀 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Create @qwikdev/astro 🎉 | ||
|
||
Get started with [the @qwikdev/astro integration](https://github.com/QwikDev/astro): | ||
|
||
- Using `npm`: | ||
|
||
```bash | ||
npm create @qwikdev/astro@latest | ||
``` | ||
|
||
- Using `Yarn`: | ||
|
||
```bash | ||
yarn create @qwikdev/astro | ||
``` | ||
|
||
- Using `PNPM`: | ||
|
||
```bash | ||
pnpm create @qwikdev/astro | ||
``` | ||
|
||
- Using `Bun`: | ||
|
||
```bash | ||
bun create @qwikdev/astro | ||
``` | ||
|
||
## 🌍 Community | ||
|
||
- Follow us on [@QwikDev](https://twitter.com/QwikDev) | ||
- Ping us at [@QwikDev](https://twitter.com/QwikDev) | ||
- Join our [Discord](https://qwik.dev/chat) community | ||
|
||
## 🔗 Related | ||
|
||
- [Qwik](https://qwik.dev/) | ||
- [Astro](https://astro.build/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters