Skip to content

Conversation

@pappensex
Copy link
Owner

Summary

  • add a setup-local script to prepare environment files and install dependencies
  • document the helper in README and scripts/README for quicker onboarding
  • expose npm run setup:local alias for consistent usage

Testing

  • Not run (not requested)

Codex Task

Copilot AI review requested due to automatic review settings November 20, 2025 03:36
@vercel
Copy link

vercel bot commented Nov 20, 2025

Deployment failed with the following error:

The `vercel.json` schema validation failed with the following message: should NOT have additional property `output`

Learn More: https://vercel.com/docs/concepts/projects/project-configuration

@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
transzendenz Error Error Nov 20, 2025 3:36am
yoni-app Error Error Nov 20, 2025 3:36am

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a local development setup helper script to streamline the onboarding process for new developers. The script automates environment preparation and dependency installation.

  • Adds setup-local.sh script that checks prerequisites, copies environment files, and installs dependencies
  • Documents the new script in both scripts/README.md and the main README.md
  • Exposes npm run setup:local command for convenient access

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
scripts/setup-local.sh New bash script that verifies Node.js/npm, creates .env.local from .env.example, and runs npm install
scripts/README.md Adds documentation for the new setup script under "Local Development" section
package.json Adds setup:local npm script alias for running the setup script
README.md Updates "Lokale Entwicklung" section to recommend the setup script as the quick start method

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant