LoopScrolling icon indicating copy to clipboard operation
LoopScrolling copied to clipboard

Running the code

Open walter-grace opened this issue 2 years ago • 2 comments

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

walter-grace avatar Jul 11 '23 00:07 walter-grace

no package.json :(

tchisama avatar Oct 06 '23 17:10 tchisama

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"
  }
}

tchisama avatar Oct 06 '23 17:10 tchisama