A startpage with a 3D twist. See your links on the moon!
This startpage is available at https://customstart.page.
- customisable links
- customisable background
- 3D!
- React 360
- Apollo 11 image (credit to Serendigity - https://www.flickr.com/photos/68686051@N00/48269069057)
Edit the /static_assets/data.json
file with your links and a background image of your choosing.
The background iamge should be an "equirectangular image". I found the Apollo image here: http://photopin.com/free-photos/equirectangular.
- 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 newbuild
folder - run a webserver in the
build
folder (I recommend http-server if you want to take a look locally)