Skip to content

Added browser IDEs #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ This is a demo project that showcases view transitions inside of an Astro projec

To read more about the process behind setting up this project, check out [our article](https://www.viget.com/articles/how-we-designed-and-built-a-view-transition-demo/) which goes into greater detail on the design and development collaboration that went into building this demo.


## 🌏 Open in the Cloud

Click any of the buttons below to start a new development environment to demo or contribute to the codebase without having to install anything on your machine:

[![Open in VS Code](https://img.shields.io/badge/Open%20in-VS%20Code-blue?logo=visualstudiocode)](https://vscode.dev/github/vigetlabs/trailbuddy-view-transition)
[![Open in Glitch](https://img.shields.io/badge/Open%20in-Glitch-blue?logo=glitch)](https://glitch.com/edit/#!/import/github/vigetlabs/trailbuddy-view-transition)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/vigetlabs/trailbuddy-view-transition)
[![Edit in Codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/vigetlabs/trailbuddy-view-transition)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vigetlabs/trailbuddy-view-transition)
[![Open in Repl.it](https://replit.com/badge/github/withastro/astro)](https://replit.com/github/vigetlabs/trailbuddy-view-transition)
[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/vigetlabs/trailbuddy-view-transition)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/vigetlabs/trailbuddy-view-transition)

Want to jump into the code right away? Checkout the following links to get you straight into the code in a virtual sandbox:

Expand Down