luma.gl/website-old
2019-01-29 08:59:53 -08:00
..
2019-01-25 11:24:19 -08:00
2019-01-10 09:39:12 -08:00
2019-01-10 09:39:12 -08:00
2019-01-10 09:39:12 -08:00
2019-01-10 09:39:12 -08:00

This is the source code of the demo website

Developing

npm install
export MAPBOX_ACCESS_TOKEN=<insert_your_token> && npm start

About the blog

The blog is a standalone, static website. Its contents are referenced by this demo app in the blog page. When publishing the demo site a build of the blog is pulled from the origin/blog branch to the dist/ folder.

We use Jekyll to render the blog. It handles things such as templating, pagination, tagging and RSS feed for us. The source of the blog is on its own separate branch because:

  • It does not depend on anything in master
  • Only team members can publish articles, therefore it should not be pulled/forked with the source code.