devcontainer v1 (#297)

Implement support for GitHub codespaces and VSCode devcontainers
---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
Co-authored-by: Sean Hatfield <seanhatfield5@gmail.com>
This commit is contained in:
Francisco Bischoff
2024-01-08 23:31:06 +00:00
committed by GitHub
parent 5172bceec3
commit 990a2e85bf
24 changed files with 2289 additions and 996 deletions

View File

@@ -1,2 +1,3 @@
VITE_API_BASE='http://localhost:3001/api' # Use this URL when developing locally
# VITE_API_BASE="https://$CODESPACE_NAME-3001.$GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN/api" # for Github Codespaces
# VITE_API_BASE='/api' # Use this URL deploying on non-localhost address OR in docker.