Skip to content

chris-creditdesign/nature-hiv-milestones

Repository files navigation

Enhanced presentation for Nature HIV Milestone

Published online at: https://www.nature.com/collections/mghkkdjlgx/timeline/

Install webpack and dependencies:

npm install

Build process.

To create source html file from react components and markdown/yaml data

node render_to_file.js

To create css and js files and instruct webpack to watch all files for changes:

npm run dev

To create minified, autoprefixed css and js files:

npm run dist

Deploy to GitHub pages

sh gh-page-deploy.sh dist

Log git commits with date and description

git log --pretty=format:"%ad%x09%s"

To do:

  • Weirdness with counter position or resize
  • Update SVG to just provide coordinates - can be rendered in canvas or svg. Does the svg have to be added to the page?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published