* Enhanced Astro codespace support
Enhances the base devcontainer and Dockerfile to provide a smoother
development experience out of the box for contributors.
Adds a devcontainer per example so that we can add buttons on astro.new
that will launch users straight into the appropriate example app.
* Cleanup devcontainers and pin base image
* Update .devcontainer/example-welcome-message.txt
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
---------
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Add a codespace config based on gitpod dockerfile
This will ensure contributors using Github Codespaces also have to
correct environemnt setup, with all packages installed.
* chore: rename Dockerfile
Co-authored-by: Nate Moore <nate@astro.build>