dotcs's private blog build with Jamstack.
Create a conda environment first
conda create --prefix ./.conda-env --file conda.txt
npm installThen start the development server
$ npm run devDeployment happens automatically through a GitHub Actions pipeline that will publish the static page to GitHub pages.