prod
parent
057ad51a3b
commit
dcd02d8025
13
README.md
13
README.md
|
@ -1,11 +1,9 @@
|
|||
# Welcome to [Astro](https://astro.build)
|
||||
|
||||
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)
|
||||
[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/basics)
|
||||
# Welcome to [Astro & silicon builder ](https://siliconpin.com/#siliconWebBuilder)
|
||||
|
||||
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
|
||||
|
||||

|
||||
Dev / Test link : https://preschoolcurriculum.preschool-curriculum.in/
|
||||
Production Link : https://teenybeanspreschoolcurriculum.com/
|
||||
|
||||
|
||||
## 🚀 Project Structure
|
||||
|
@ -19,6 +17,8 @@ Inside of your Astro project, you'll see the following folders and files:
|
|||
├── src/
|
||||
│ ├── components/
|
||||
│ │ └── Card.astro
|
||||
│ │ └── Slider.vue
|
||||
│ │ └── Modal.jsx
|
||||
│ ├── layouts/
|
||||
│ │ └── Layout.astro
|
||||
│ └── pages/
|
||||
|
@ -45,6 +45,3 @@ All commands are run from the root of the project, from a terminal:
|
|||
| `npm run astro ...` | Run CLI commands like `astro add`, `astro preview` |
|
||||
| `npm run astro --help` | Get help using the Astro CLI |
|
||||
|
||||
## 👀 Want to learn more?
|
||||
|
||||
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"push": "rsync -azP dist/ preschoolcurriculum@143.110.177.50:/home/preschoolcurriculum/public_html"
|
||||
"push": "rsync -azP dist/ preschoolcurriculum@143.110.177.50:/home/preschoolcurriculum/public_html",
|
||||
"push:prod": "rsync -azP dist/ teenybeanspreschoolcurriculum@15.207.69.124:/home/teenybeanspreschoolcurriculum/public_html"
|
||||
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue