Game for Loud Bicycle made with A-Frame.
Install dependencies: npm install
this no longer works for the php section of the page
Start development server: npm run dev
Instead, run build first then:
php -S localhost:8000 -t ./dist
Build project: npm run build