https://github.com/devinit/gates-dashboard-viz
https://github.com/devinit/gates-dashboard-viz
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinit/gates-dashboard-viz
- Owner: devinit
- Created: 2022-07-06T09:45:24.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-22T21:15:14.000Z (over 1 year ago)
- Last Synced: 2024-10-23T21:07:47.736Z (over 1 year ago)
- Language: CSS
- Size: 26.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Gates Dashboard Visualisations
Tables and charts on Reproductive Health & Family Planning (RHFP) sourced from OECD & IATI
## Specifics for Gates OECD ##
You will need to change all '2020' only in utils/constants.js to the new year during update. You will also need to adjust parts of the wagtail but these should be clear.
## Usage
### Dev
npm start
This starts the dev environment, compiling the javascript and css. Changes to JS & CSS files trigger a page refresh in the browser
### Build
npm run build
Build files are copied into the `dist` folder. It is from these files that the contents of the assets folder are updated
To update the assets, copy the contents of the relevant files from the dist folder (`app.*.js`, `app.*.css`, `runtime.*.js`) into their
respective destinations in the assets folder
### Copy Bundled Assets
gulp
This copies the required assets from the generated dist folder to the assets folder