Skip to content

Latest commit

 

History

History

README.md

ds-frontend

Overview

Web based client for Downstream

Requirements

  • Install NodeJS (lts/hydrogen)

Setup

  • Run nvm use in order to switch to the defined project version of NodeJS
  • Run npm ci from the root of the repository.

Running locally

Run the dev server npm run dev which will start the NextJS application.

Code Style & Linting

Prettier handles code style and is complimented by ESLint that runs in CI, or by running npm run lint.