Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divio/getting-started-with-blank
https://github.com/divio/getting-started-with-blank
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divio/getting-started-with-blank
- Owner: divio
- License: other
- Created: 2023-08-23T11:16:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T15:33:22.000Z (6 months ago)
- Last Synced: 2024-07-25T17:58:54.651Z (6 months ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- 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 Blank
[![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-blank/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 Web Development for the first time or optimizing your workflow, Divio has got you covered.
## Cloud Setup
Use the app creation wizard with a free [Divio Account](https://control.divio.com/) and choose **Blank** from the template selection. 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. Run the app using `docker compose up`.
5. Open [http://localhost:8000]() to view your app.