athletics / particles

Particles.js with multiple images
7 stars 14 forks source link

Doesn't work #2

Closed haeli05 closed 6 years ago

jp1971 commented 6 years ago

Hi @haeli05. Could you please provide a bit more information, and we'll see what we can do?

brittonwalker commented 6 years ago

@haeli05 To pass the particle images to the JS you will need to run a local server. There aare many ways to do this, but I generally run this command in the terminal from the root folder of the project:

php -S localhost:8000

You'll then want to point your browser to: http://localhost:8000/

I've tested this and it works.