Skip to content

React 360 start/home page for your browser.

License

Notifications You must be signed in to change notification settings

custom-start-page/apollo

Repository files navigation

Apollo Start

A startpage with a 3D twist. See your links on the moon!

.gif showing the apollo startpage

This startpage is available at https://customstart.page.

Features

  • customisable links
  • customisable background
  • 3D!

Technology

How to customise

Edit the /static_assets/data.json file with your links and a background image of your choosing.

Finding the right background image

The background iamge should be an "equirectangular image". I found the Apollo image here: http:https://photopin.com/free-photos/equirectangular.

Building

  • run npm install (tested with NPM v5.6.0 and Node v8.11.1)
  • run npm run bundle
  • copy the static_assets folder into the new build folder
  • run a webserver in the build folder (I recommend http-server if you want to take a look locally)