diff --git a/README.md b/README.md index 8252739..6ba27c1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# Welcome to [Astro](https://astro.build) - -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics) -[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](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! -![basics](https://user-images.githubusercontent.com/4677417/186188965-73453154-fdec-4d6b-9c34-cb35c248ae5b.png) +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). diff --git a/package.json b/package.json index c4b9db9..093cc6a 100644 --- a/package.json +++ b/package.json @@ -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": {