This project creates markup for the body of TACC's SC pages:
- Edit templates and data in:
*.mustache/
events.*.json
- Run build script:
-
either
npm run build
to build everything -
or
npm run start …
to get a list of commands to build piecesExamples
-
npm run start build:2021
would build all the 2021 page markup (to
dist/
) -
npm run start build:2020:partials
would build some of the 2020 markup (not to
dist/
) -
npm run start build:2019:partials:styles
would build only the 2019
<style />
markup (not todist/
)
-
-
- Confirm output in:
dist/
- Use output.
The first 300 commits of this repository are from a prior BitBucket repo that contained what is now multiple repositories imported from that original repository: