Add dev environment setup: fix broken dependency, configure build scripts, add AGENTS.md#2
Draft
Add dev environment setup: fix broken dependency, configure build scripts, add AGENTS.md#2
Conversation
…GENTS.md - Add pnpm.overrides to pin @opennextjs/aws to 3.4.2 (fixes stale pkg.pr.new 404) - Add pnpm.onlyBuiltDependencies for biome, esbuild, sharp, workerd - Regenerate pnpm-lock.yaml with working dependency URLs - Add AGENTS.md with Cursor Cloud development instructions Co-authored-by: Jay Wu <jotalis@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the development environment for the ICSSC website by fixing a broken transitive dependency and configuring pnpm build scripts.
Changes
@opennextjs/awsdependency: The originalpnpm-lock.yamlreferenced a stalepkg.pr.newURL that returns 404. Addedpnpm.overridesto pin@opennextjs/awsto3.4.2sopnpm installsucceeds.pnpm.onlyBuiltDependenciesto allowlist@biomejs/biome,esbuild,sharp, andworkerdso their postinstall scripts run (required for linting and builds).pnpm-lock.yamlwith working dependency URLs.AGENTS.mdwith Cursor Cloud development instructions and gotchas.Verification
All core development workflows verified:
pnpm installpnpm lintpnpm buildpnpm devicssc_website_demo.mp4
Site running locally — navigated through Landing, About, Events, and Projects pages.
Landing page
Projects page
To show artifacts inline, enable in settings.