Virtual reality crate digging experience, have a go here :)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js > 8.10
- Yarn
First install the projects dependencies by running the following command from the project root:
$ yarn
And then you can run the following command to start the local development server:
$ yarn dev
To check that everything works, visit http://127.0.0.1:3000/ in your favourite browser.
Each push is automatically deployed to Netlify upon successful build.
- Next.js - React framework used for static site generation.
- A-Frame - Virtual Reality Framework.
- aframe-react - A-Frame react wrapper.
- Spotify APIs - Brings the music and data.
- Ramda - Functional toolkit.
- eslint - Keeps my code consistent.
- prettier - Keeps my code pretty.
- Netlify - Wonderful pipelines and hosting.
- Google Poly - Great collection of free low poly 3D models.
Feel free to throw any PR's my way.