Refactor project to transition from Rust backend to Node.js with Fastify; update Dockerfile and Docker configurations for new build process; enhance local development instructions in CONTRIBUTING.md; implement health checks in Docker Compose; update pnpm-lock.yaml with new dependencies for API and shared packages; revise README.md to reflect new stack and development setup.
Build, Test, and Push CFDM Docker Image / test (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / build-and-push (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / create-release (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / update-wiki (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / test (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / build-and-push (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / create-release (push) Has been cancelled
Build, Test, and Push CFDM Docker Image / update-wiki (push) Has been cancelled
This commit is contained in:
+8
-6
@@ -40,13 +40,15 @@ Configure for **main** and **develop**:
|
||||
## Local development
|
||||
|
||||
```bash
|
||||
# Backend
|
||||
cd backend
|
||||
cp ../.env.example ../.env
|
||||
cargo run
|
||||
|
||||
# Frontend (separate terminal)
|
||||
cp .env.example .env
|
||||
pnpm install
|
||||
pnpm --filter @cfdm/shared build
|
||||
pnpm --filter @cfdm/db build
|
||||
|
||||
# API (:8080)
|
||||
pnpm --filter @cfdm/api dev
|
||||
|
||||
# Frontend (:5173, proxies /api → :8080)
|
||||
pnpm --filter web dev
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user