Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divio/getting-started-with-astro
https://github.com/divio/getting-started-with-astro
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/divio/getting-started-with-astro
- Owner: divio
- License: other
- Created: 2024-09-13T07:21:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T14:46:58.000Z (11 days ago)
- Last Synced: 2025-01-15T17:17:21.387Z (10 days ago)
- Language: Astro
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Getting Started with Astro
[![Deploy to Divio](https://docs.divio.com/deploy-to-divio.svg)](https://control.divio.com/app/new/?template_url=https://github.com/divio/getting-started-with-astro/archive/refs/heads/main.zip)
Welcome to our QuickStart template – your portal to swift application development and seamless local testing. Whether you're delving into Astro for the first time or optimizing your workflow, our template, based on Astro' [Getting Started](https://docs.astro.build/en/getting-started/) guide, has got you covered.
## Cloud Setup
Create a [Divio Account](https://control.divio.com/) and choose **Astro** from the template selection when creating a new application. Alternatively, click the `Deploy to Divio` button above and follow the app creation wizard. Finally, deploy your app to the `test` or `live` environment.
For in-depth details about Divio Cloud, refer to the [Divio documentation](https://docs.divio.com/introduction/).
## Local Setup
Install the [Divio CLI](https://github.com/divio/divio-cli) to set up your app locally.
Alternatively, build this app locally using Docker:
1. Ensure [Docker](https://docs.docker.com/get-docker/) is installed and running.
2. Clone this repository locally.
3. Build the app with `docker compose build`.
4. Build the app with `docker compose run web npm install`.
5. Run the app using `docker compose up`.
6. Open [http://localhost:8000]() to view your app.