From eff941959886a96c527e209cdc21e9524b066e45 Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Tue, 29 Jul 2025 11:22:14 +0200 Subject: [PATCH 1/2] Add open in codespace button --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 72efc1b..ffbef35 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,11 @@ Some ideas of what to add: ## Requirements -This project can be run in a GitHub Codespace or locally with the help of a Dev Container. If you want to run outside of these environments, set up should be the following commands in your terminal: +**Right click the following Codespaces button to open your Codespace in a new tab:** + +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=1026168589) + +You can also run locally with the help of Dev Containers. If you want to run outside of a container, set up should be the following commands in your terminal: ```bash npm install From cf02bf2770c9177414aaadd9eeaec0860f1358bb Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Tue, 29 Jul 2025 12:12:50 +0200 Subject: [PATCH 2/2] Update readme.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ffbef35..3d32555 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ Some ideas of what to add: [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=1026168589) -You can also run locally with the help of Dev Containers. If you want to run outside of a container, set up should be the following commands in your terminal: +You can also run locally with the help of Dev Containers. If you want to run outside of a container, the setup should be the following commands in your terminal: ```bash npm install