LoopScrolling
LoopScrolling copied to clipboard
Running the code
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
no package.json :(
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"
}
}