Missing Maps Users Profiles
April 30, 2021 ยท View on GitHub
Missing Maps Users Profiles
This repo contains the User Page component of the missingmaps website that are not part of the Jekyll build and can be tested independently.
Adding New Badges
Documentation on adding new badges to the MissingMaps User pages can be found here.
Developing
npm install
npm start
Building
npm run build-dev
Deployment
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.