This project compiles data into templates to create markup for the body of the EPIC Presenetations Page.
This repo previously also managed content for EPIC Publications Page.
- Edit templates and data in:
templates/
assets/
- (If not already done) Install dependencies:
npm ci
(a.k.a.rm -rf node_modules && npm install
)
- Run build script:
npm run build
- Confirm output in:
dist/
- Use output.
Replace the appropriate CSV file in https://github.com/tacc-wbomar/tacc-web-epic-tables/tree/master/assets with the new one. Use the existing names.
Two build commands within https://github.com/tacc-wbomar/tacc-web-epic-tables/blob/master/package-scripts.yml.
With functions in https://github.com/tacc-wbomar/tacc-web-epic-tables/blob/master/bin/manipulate-json.js.