mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
chore: remove devcontainer configuration and related scripts
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user