This repo contains the User Page component of the missingmaps website that are not part of the Jekyll build and can be tested independently.
Documentation on adding new badges to the MissingMaps User pages can be found here.
npm install
npm start
npm run build-dev
For the Travis-CI connection, a GitHub personal access token with 'public_repo - Access public repositories' permissions created and added via travis encrypt GH_TOKEN=my_github_token --add env.matrix
as described in the Travis-CI docs.