This repository contains the content and content generators that result in the DataPLANT website.
Please refer to this guide on how to create content for this website
- Node.js
- .NET SDK >= 5.0
- global installation of sass via npm
in the root run once:
- Download repo.
- Run
dotnet tool restore
in root directory. - Run
npm install
in root directory.
Run dotnet fornax watch
in \src
folder.