Skip to content

Latest commit

 

History

History
executable file
·
35 lines (28 loc) · 874 Bytes

README.md

File metadata and controls

executable file
·
35 lines (28 loc) · 874 Bytes

8th Wall Logo            MUN Logo

MUN 8th Wall Web AR Boilerplate

This repo allows us to quickly and easily spin up an 8th Wall Three.js scene

Development

  1. Fork Repo
  2. npm i
  3. Create .env file in root
  4. Add your 8th Wall App Key as APP_8THWALL_API_KEY=YOURKEYHERE to .env
  5. Add HTTPS=true to .env
  6. Run npm run start
  7. Develop

Production Build

  1. Run npm run build
  2. Production build is is ./dist

Stack

Todo:

  • Add typescript support
  • Move 8th wall to modules
  • Add normalize.css
  • Add css modules