Small repository with DeepPhe Desktop GUI requirements.
The user guide for this GUI lives in website/ and is built with Docusaurus.
It is configured for publication at:
https://deepphe.github.io/dphe-gui/
Run it locally with:
cd website
npm install
npm run startCreate a production build with:
cd website
npm run build