Covid-19 Dash for MIT course on Julia [6S083]
If you want to test it local, maybe add this to your bashrc:
alias js="npm run dev; bundle exec jekyll serve --baseurl ''"
Here,
npm run devcompiles the css/js assets (we use tailwind scss which needs this done)bundle execwas needed on my machine because i have different ruby versionsbaseurlis because github pages are hosted at a path on your github pages
// i.e. djsegal.github.io/covid-19 is on the /covid-19 path
Before running this command you may have to cd docs and run the following commands before js:
yarn installbundle install
// this makes a few assumptions like you have: jekyll and yarn