Skip to content
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

feat: add DevContainer support #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shmolf
Copy link

@shmolf shmolf commented Jul 11, 2024

Purpose

I wanted to create a development environment that exists within a Docker container.
In this way, no languages need be installed onto the host machine, and the application can be developed/tested within the container itself.

Note:
The Dev Container configuration includes Postgres, but this is because I see an Env variable that eludes to it's use.
But we don't need to keep PostGres if it's never used.

QA

  1. Created a personal Supabase project & key
  2. Created a personal OpenAI API key
npm i && npm run dev
Running the application within the container

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant