Web based client for Downstream
- Install NodeJS (
lts/hydrogen)
- Run
nvm usein order to switch to the defined project version of NodeJS - Run
npm cifrom the root of the repository.
Run the dev server npm run dev which will start the NextJS application.
Prettier handles code style and is complimented by ESLint that runs in CI, or by running npm run lint.