chore: remove devcontainer configuration and related scripts

This commit is contained in:
Peter Wood
2025-05-23 07:27:39 -04:00
parent d0486671cb
commit 802650510c
10 changed files with 52 additions and 595 deletions

View File

@@ -15,19 +15,20 @@ This app is currently deployed using Cloudflare Pages. The logs can be viewed wi
## Development Environment Setup
For detailed setup instructions, including container building, environment configuration, authentication, and troubleshooting, see [ENVIRONMENT_SETUP.md](ENVIRONMENT_SETUP.md).
For detailed setup instructions, including environment configuration and troubleshooting, see [ENVIRONMENT_SETUP.md](ENVIRONMENT_SETUP.md).
### Quick Start
1. **Prerequisites**
- Docker Desktop installed and running
- VS Code with Remote - Containers extension
- GitHub account with Personal Access Token (PAT)
- Node.js (version 18 or higher)
- PostgreSQL (local installation or Docker)
- Git
2. **Setup Steps**
- Clone this repository
- Copy `.devcontainer/.env.example` to `.devcontainer/.env` and add your GitHub PAT
- Open in VS Code and select "Reopen in Container" when prompted
- Run `npm install`
- Copy `.env.example` to `.env` and configure your database connection
- Run `npx prisma migrate dev` to set up the database
### Database Setup