install notes
This commit is contained in:
24
README.md
24
README.md
@@ -1,17 +1,5 @@
|
||||
# Astro with DaisyUI Starter Kit: Basics
|
||||
|
||||
```sh
|
||||
npm create astro@latest
|
||||
|
||||
npm install tailwindcss@latest @tailwindcss/vite@latest daisyui@latest
|
||||
npm install --save-dev --save-exact prettier prettier-plugin-astro
|
||||
|
||||
npx astro add react
|
||||
|
||||
```
|
||||
|
||||
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
|
||||
|
||||
## Screenshot
|
||||
|
||||

|
||||
@@ -72,6 +60,14 @@ All commands are run from the root of the project, from a terminal:
|
||||
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
|
||||
| `npm run astro -- --help` | Get help using the Astro CLI |
|
||||
|
||||
## 👀 Want to learn more?
|
||||
## Install Notes
|
||||
|
||||
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
|
||||
```sh
|
||||
npm create astro@latest
|
||||
|
||||
npm install tailwindcss@latest @tailwindcss/vite@latest daisyui@latest
|
||||
npm install --save-dev --save-exact prettier prettier-plugin-astro
|
||||
|
||||
npx astro add react
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user