Skip to content
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

Running the code #1

Open
walter-grace opened this issue Jul 11, 2023 · 2 comments
Open

Running the code #1

walter-grace opened this issue Jul 11, 2023 · 2 comments

Comments

@walter-grace
Copy link

When trying to run the code from the repo I cant npm start, seems to be an issue with the package.json arent in the repo

@tchisama
Copy link

tchisama commented Oct 6, 2023

no package.json :(

@tchisama
Copy link

tchisama commented Oct 6, 2023

i try to make a package.json from scratch just use this code it will work

{
  "name": "loopscrolling",
  "version": "1.0.0",
  "description": "Infinite loop scrolling based on the animation seen on [Bureau DAM](https://www.bureaudam.com/).",
  "main": "index.js",
  "scripts": {
    "start": "parcel index.html --open"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "parcel-bundler": "^1.12.5"
  }
}

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

No branches or pull requests

2 participants