Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.42 KB

readme.md

File metadata and controls

48 lines (31 loc) · 1.42 KB

Crate Digger

Virtual reality crate digging experience, have a go here :)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js > 8.10
  • Yarn

Installing

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.

Deployment

Each push is automatically deployed to Netlify upon successful build.

Built With

  • 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.

Contributing

Feel free to throw any PR's my way.