React UI for our exploratory data api
Install dependencies:
npm installConfigure the database:
cp .env.example .envRun the server:
npm run devPush to the gh-pages branch:
npm run deployLint the code:
npm run lintFix lint errors:
npm run lint:fixFormat the code:
npm run formatCheck formatting:
npm run format:check- Item View - Catch up to BTAA redesign
- Item View - Tabbed interface (Item View | Map Overlay | Metadata | API)
- Item View - Downloads (more options, more prominently displayed)
- Item View - Metadata tab (ISO, FGDC,JSON)
- Item View - Relations
- Item View - Code snippets
- Item View - Relations
- Item View - More like this panel
- Item View - Social media meta tags
- Item View - Add a "share" icon
- Design - Make the application themeable
- App - Progressive Web App
