Skip to content

fix: add missing build step to setup instructions #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RutamBhagat
Copy link

@RutamBhagat RutamBhagat commented Jun 21, 2025

fixes #43

  • Add build step: Include npm run build or yarn build in the setup instructions before starting the dev server
  • Fix typo: Correct "Translat to hindi" → "Translate to hindi" in the demo button text
  • The demo HTML loads a pre-built library file (dist/index.min.js) but the setup instructions were missing the build step that creates this file. This caused the mentioned issue

image

Copy link

vercel bot commented Jun 21, 2025

@RutamBhagat is attempting to deploy a commit to the JigsawStack Team on Vercel.

A member of the Team first needs to authorize it.

@RutamBhagat RutamBhagat changed the title fix: add missing build step to setup instructions and fix typo fix: add missing build step to setup instructions Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing build step in setup instructions causes 404 error for dist/index.min.js
1 participant