Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 559 Bytes

The DataPLANT website

This repository contains the content and content generators that result in the DataPLANT website.

Authoring content

Please refer to this guide on how to create content for this website

Development

Prerequisites

  • Node.js
  • .NET SDK >= 5.0
  • global installation of sass via npm

Installation

in the root run once:

  1. Download repo.
  2. Run dotnet tool restore in root directory.
  3. Run npm install in root directory.

Live development

Run dotnet fornax watch in \src folder.