🌐 Português (Brasil) | Español
This repository contains the project for a guided workshop to explore GitHub Copilot CLI. The project is a website for a fictional game crowd-funding company, with a Flask backend using SQLAlchemy and Astro frontend using Svelte for dynamic pages.
Create your own repository from this template first, then either:
- create a Codespace from your repository, or
- clone your repository locally.
Start with workshop/00-prereqs.md for the full setup flow.
To begin the workshop, start at workshop/README.md
Or, if just want to run the app...
A script file has been created to launch the site. You can run it by:
# Linux/macOS/Codespaces
./scripts/start-app.sh
# Windows (PowerShell)
.\scripts\start-app.ps1Then navigate to the website to see the site!
This project is licensed under the terms of the MIT open source license. Please refer to the LICENSE for the full terms.
This project is provided as-is, and may be updated over time. If you have questions, please open an issue.