We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
no package.json :(
Sorry, something went wrong.
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" } }
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: