Caution
This repository is archived and not further developed!
- Download repo.
- Run
dotnet tool restore
in root directory. - Run
dotnet paket install
in root directory. - Run
dotnet fornax watch
in\src
folder. - Open page in browser.
Check out the installation docs. For fornax you will need to bundle the web-components with rollup. See the respective section for more information.
dotnet paket update Nfdi4Plants.Fornax
Load script will be generated automatically and is referenced in src\loaders\docsloader.fsx
.
We use Pagefinder as basis for static website search.
It generates the src/_public/_pagefind
folder, containing css and js to power the searchbar.
If the searchbar is not visible (should be above sidebar) you need to rerun pagefind.
Run: npm run index
This will create the necessary files. But at the moment will not correctly work when Using the testclient. It will show the ui part but will not function.
To test the searchfunction you can use: npm run indexserve
.